Created
April 21, 2020 05:52
-
-
Save cjac/c32ee682bb1c85ef330cad8ea77c4410 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cjac@wanjet1:~$ cat /etc/wide-dhcpv6/dhcp6c.conf | |
profile default | |
{ | |
information-only; | |
request domain-name-servers; | |
request domain-name; | |
script "/etc/wide-dhcpv6/dhcp6c-script"; | |
}; | |
interface ens11 { | |
send ia-pd 0; | |
}; | |
id-assoc pd { | |
prefix-interface ens12 { | |
ifid 2; | |
sla-id 127; | |
sla-len 8; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment