Skip to content

Instantly share code, notes, and snippets.

@cjac
Created April 21, 2020 05:52
Show Gist options
  • Save cjac/c32ee682bb1c85ef330cad8ea77c4410 to your computer and use it in GitHub Desktop.
Save cjac/c32ee682bb1c85ef330cad8ea77c4410 to your computer and use it in GitHub Desktop.
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