From 02f6635e2d1ab26d7274fdc3b29d224512833ecd Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 23 May 2024 20:04:53 -0400 Subject: [PATCH] fix(dhcpd): add marvell dh3cn106mcu entry Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf b/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf index 8ed6ac39..ae8b6be6 100644 --- a/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf +++ b/lab/hardware/mgmt/fs/etc/dhcp/dhcpd.conf @@ -128,6 +128,11 @@ host dh4dypimc { # option default-url "http://172.22.0.1/ztp/image"; # } +# host dh3cn106mcu { +# hardware ethernet 02:04:9F:00:00:00; +# fixed-address 172.22.4.3; +# } + host tgen1 { hardware ethernet 7c:c2:55:25:1f:9a; fixed-address 172.22.1.100;