File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dhcp / doc / examples / dhclient-dhcpv6.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:06:54 2012 UTC (12 years ago) by misho
Branches: dhcp, MAIN
CVS tags: v4_1_R7p0, v4_1_R7, v4_1_R4, HEAD
dhcp 4.1 r7

    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
    8: also request dhcp6.sip-servers-addresses;
    9: 
   10: # Likely to be useful: the script path
   11: script "/usr/local/etc/dhclient-script";

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>