From 93a5ff49828eda5435d79f56c954562144fcf88b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 7 Dec 2009 07:58:29 +0100 Subject: Add parsing of Domainname, Hostname and Timeserver results --- scripts/dhclient.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/dhclient.conf b/scripts/dhclient.conf index 4b206a3b..dc116ef1 100644 --- a/scripts/dhclient.conf +++ b/scripts/dhclient.conf @@ -1,3 +1,5 @@ send host-name ""; -request subnet-mask, broadcast-address, time-offset, routers, - domain-name, domain-name-servers, host-name; +request subnet-mask, broadcast-address, routers, host-name, + domain-search, domain-name, domain-name-servers, + time-offset, time-servers, ntp-servers, interface-mtu; +require subnet-mask, domain-name-servers; -- cgit v1.2.1