phunix/external/bsd/dhcp/dist/doc/examples/dhclient-dhcpv6.conf
David van Moolenbroek 83ee113ee0 Import NetBSD dhclient(8), dhcpd(8), dhcrelay(8)
dhcrelay(8) and omshell(1) have not been tested.

Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
2017-03-21 22:00:14 +00:00

12 lines
382 B
Plaintext

# 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";