bundles/wide-dhcp6c: introduce, add to home.router

This commit is contained in:
Franzi 2020-11-14 11:34:16 +01:00
parent 6b4eae842b
commit fa224a9939
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 132 additions and 0 deletions

View file

@ -0,0 +1,17 @@
interface ${source} {
send ia-pd 0;
};
id-assoc pd 0 {
% for iface, subnet_id in sorted(targets.items()):
prefix-interface ${iface} {
sla-len ${subnet_len};
sla-id ${subnet_id};
ifid ${subnet_id};
};
% endfor
};
profile default {
information-only;
};