From 1029f41bdcbe185ba62ef306c1a10a1c8a2d650b Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 27 Jan 2020 20:35:45 +0100 Subject: [PATCH] dhcp: replace ap05 mac addr --- roles/dhcpd/templates/dhcp/dhcpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index ec29d55..5a70185 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -94,7 +94,7 @@ host ap04 { } host ap05 { - hardware ethernet 9c:8c:d8:c2:c1:de; + hardware ethernet bc:9f:e4:c3:6f:aa; fixed-address ap05.binary.kitchen; }