[Git][root/services/dhcp][main] Fix missing MAC address in selene

Fernando K pushed to branch main at Root / Serviços / DHCP Commits: 5aed282f by Fernando Monteiro Kiotheka at 2025-08-05T18:29:31-03:00 Fix missing MAC address in selene - - - - - 1 changed file: - kea-dhcp4.conf Changes: ===================================== kea-dhcp4.conf ===================================== @@ -4425,7 +4425,7 @@ }, { "hostname": "selene", - "hw-address": "", + "hw-address": "60:C7:27:2D:AE:AB", "ip-address": "10.254.221.73", "user-context": { "nextbox_ip_address_id": 2760 } }, View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/dhcp/-/commit/5aed282f3d7be36ada4f... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/dhcp/-/commit/5aed282f3d7be36ada4f... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)