From b0537eab73a0d5def6e9126e1704b10b7e7ad316 Mon Sep 17 00:00:00 2001 From: Taoyu Li Date: Wed, 5 Apr 2017 13:16:20 -0700 Subject: [PATCH] [oneimage] Update dhclient.conf (#479) Add option 226 back and do slight adjustment to make sure the total option amount is not 16. --- files/dhcp/dhclient.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/dhcp/dhclient.conf b/files/dhcp/dhclient.conf index f97b56dfd5..363a67b50f 100644 --- a/files/dhcp/dhclient.conf +++ b/files/dhcp/dhclient.conf @@ -19,7 +19,7 @@ option acl-url code 226 = text; send host-name = gethostname(); request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, - dhcp6.name-servers, dhcp6.domain-search, - netbios-name-servers, netbios-scope, interface-mtu, - rfc3442-classless-static-routes, ntp-servers, snmp-community, minigraph-url; + dhcp6.name-servers, dhcp6.domain-search, interface-mtu, + rfc3442-classless-static-routes, ntp-servers, + snmp-community, minigraph-url, acl-url;