From: Francis Dupont Date: Wed, 24 Sep 2008 08:36:46 +0000 (+0000) Subject: DHCPv6 client example X-Git-Tag: v4_1_0b1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5e2fb5372a4628490d71bd8a77edae537882cdd;p=thirdparty%2Fdhcp.git DHCPv6 client example --- diff --git a/doc/examples/dhclient-dhcpv6.conf b/doc/examples/dhclient-dhcpv6.conf new file mode 100644 index 000000000..6b63a1fee --- /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";