Add helper script and configuration file for DHCP support
[connman] / scripts / dhclient.conf
diff --git a/scripts/dhclient.conf b/scripts/dhclient.conf
new file mode 100644 (file)
index 0000000..4b206a3
--- /dev/null
@@ -0,0 +1,3 @@
+send host-name "<hostname>";
+request subnet-mask, broadcast-address, time-offset, routers,
+       domain-name, domain-name-servers, host-name;