Created
September 19, 2015 13:30
-
-
Save Kahn/52921664578fc0a6c2ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by /opt/vyatta/sbin/dhcpv6-pd-client.pl | |
# configuration sub-system. Do not edit it. | |
interface pppoe0 { | |
#send ia-na 0; | |
request domain-name-servers, domain-name; | |
send ia-pd 0; | |
script "/opt/vyatta/sbin/ubnt-dhcp6c-script"; | |
}; | |
#id-assoc na 0 {}; | |
id-assoc pd 0 { | |
prefix ::/56 infinity; | |
prefix-interface br0 { | |
sla-id 1; | |
sla-len 8; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment