mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
DHCPv6 client example
This commit is contained in:
11
doc/examples/dhclient-dhcpv6.conf
Normal file
11
doc/examples/dhclient-dhcpv6.conf
Normal file
@@ -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";
|
Reference in New Issue
Block a user