We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253b16 commit 2a5d367Copy full SHA for 2a5d367
files/dhcp/dhclient.conf.j2
@@ -41,7 +41,7 @@ request subnet-mask, broadcast-address, time-offset, routers,
41
{% if ZTP is defined and ZTP_DHCP_DISABLED is not defined %}
42
send user-class "SONiC-ZTP";
43
send dhcp6.user-class "SONiC-ZTP";
44
-send dhcp-client-identifier "SONiC##{{ ZTP['mode']['product-name'] }}##{{ ZTP['mode']['serial-no'] }}";
+send dhcp-client-identifier "\x00SONiC##{{ ZTP['mode']['product-name'] }}##{{ ZTP['mode']['serial-no'] }}";
45
retry 60;
46
{% endif %}
47
0 commit comments