From: Grant Slater Date: Tue, 2 Aug 2022 12:23:14 +0000 (+0300) Subject: dhcpd: correct oob1.dub mac address X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b584a30e45c39e9e3bcc45e2d8079915f506e62c dhcpd: correct oob1.dub mac address --- diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 3cc9ecfa1..b5c8dae33 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -47,7 +47,7 @@ host pdu2.ams.openstreetmap.org { } host oob1.dub.openstreetmap.org { - hardware ethernet f6:43:70:77:29:60; + hardware ethernet 62:bd:62:a6:05:25; server-name "oob1.dub.openstreetmap.org"; fixed-address oob1.dub.openstreetmap.org; }