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