aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/dhclient-dhcpv6.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/dhclient-dhcpv6.conf')
-rw-r--r--doc/examples/dhclient-dhcpv6.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/dhclient-dhcpv6.conf b/doc/examples/dhclient-dhcpv6.conf
new file mode 100644
index 0000000..6b63a1f
--- /dev/null
+++ b/doc/examples/dhclient-dhcpv6.conf
@@ -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";