summaryrefslogtreecommitdiff
path: root/scripts/dhclient.conf
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-12-24 03:00:36 +0100
committerMarcel Holtmann <marcel@holtmann.org>2007-12-24 03:00:36 +0100
commit5bc520d3b5025d29a1782fc093d2f8532580e767 (patch)
tree661f90b6245bdb156a1031223819a63a596ed23a /scripts/dhclient.conf
parent743f1f56acd3622f93d339370ea923c18814d241 (diff)
downloadconnman-5bc520d3b5025d29a1782fc093d2f8532580e767.tar.gz
connman-5bc520d3b5025d29a1782fc093d2f8532580e767.tar.bz2
connman-5bc520d3b5025d29a1782fc093d2f8532580e767.zip
Add helper script and configuration file for DHCP support
Diffstat (limited to 'scripts/dhclient.conf')
-rw-r--r--scripts/dhclient.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/dhclient.conf b/scripts/dhclient.conf
new file mode 100644
index 00000000..4b206a3b
--- /dev/null
+++ b/scripts/dhclient.conf
@@ -0,0 +1,3 @@
+send host-name "<hostname>";
+request subnet-mask, broadcast-address, time-offset, routers,
+ domain-name, domain-name-servers, host-name;