summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2008-09-24 08:36:46 +0000
committerFrancis Dupont <fdupont@isc.org>2008-09-24 08:36:46 +0000
commita5e2fb5372a4628490d71bd8a77edae537882cdd (patch)
tree558b2e52bb0392d7224c1ab39357a39bcca21fda /doc/examples
parenta4ffedd162fa7baf2c0a29d6fdff786000ba7e7c (diff)
downloadisc-dhcp-a5e2fb5372a4628490d71bd8a77edae537882cdd.tar.gz
DHCPv6 client example
Diffstat (limited to 'doc/examples')
-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 00000000..6b63a1fe
--- /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";