From a8f5769bd7e60bf7fa5aed060dea5b7084e456ea Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Fri, 24 May 2024 16:17:55 -0400 Subject: [PATCH] fix(dhcp): update marvell mac Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf b/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf index ae8b6be6..957a6e86 100644 --- a/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf +++ b/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf @@ -118,11 +118,8 @@ host dh4dypimc { fixed-address 172.22.4.4; } - - - # host dh3cn106 { -# hardware ethernet zzzzzzzzzzzzzz; +# hardware ethernet 40:60:5a:02:e0:6f; # fixed-address 172.22.3.3; # option bootfile-name "https://172.22.0.1/ztp/bootstrap"; # option default-url "http://172.22.0.1/ztp/image";