xref: /minix3/external/bsd/dhcp/dist/doc/examples/dhclient-dhcpv6.conf (revision 83ee113ee0d94f3844d44065af2311604e9a30ad)
1*83ee113eSDavid van Moolenbroek# Client configuration file example for DHCPv6
2*83ee113eSDavid van Moolenbroek
3*83ee113eSDavid van Moolenbroek# The client side command to enable rapid-commit (2 packet exchange)
4*83ee113eSDavid van Moolenbroek##send dhcp6.rapid-commit;
5*83ee113eSDavid van Moolenbroek
6*83ee113eSDavid van Moolenbroek# name-servers and domain-search are requested by default.
7*83ee113eSDavid van Moolenbroek# here is the way to request sip-servers-addresses too
8*83ee113eSDavid van Moolenbroekalso request dhcp6.sip-servers-addresses;
9*83ee113eSDavid van Moolenbroek
10*83ee113eSDavid van Moolenbroek# Likely to be useful: the script path
11*83ee113eSDavid van Moolenbroekscript "/usr/local/etc/dhclient-script";
12