]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
DHCPv6 client example
authorFrancis Dupont <fdupont@isc.org>
Wed, 24 Sep 2008 08:36:46 +0000 (08:36 +0000)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Sep 2008 08:36:46 +0000 (08:36 +0000)
doc/examples/dhclient-dhcpv6.conf [new file with mode: 0644]

diff --git a/doc/examples/dhclient-dhcpv6.conf b/doc/examples/dhclient-dhcpv6.conf
new file mode 100644 (file)
index 0000000..6b63a1f
--- /dev/null
@@ -0,0 +1,11 @@
+# Client configuration file example for DHCPv6
+
+# The client side command to enable rapid-commit (2 packet exchange)
+##send dhcp6.rapid-commit;
+
+# name-servers and domain-search are requested by default.
+# here is the way to request sip-servers-addresses too
+also request dhcp6.sip-servers-addresses;
+
+# Likely to be useful: the script path
+script "/usr/local/etc/dhclient-script";