bundles/wide-dhcp6c: introduce, add to home.router
This commit is contained in:
parent
6b4eae842b
commit
fa224a9939
7 changed files with 132 additions and 0 deletions
17
bundles/wide-dhcp6c/files/dhcp6c.conf
Normal file
17
bundles/wide-dhcp6c/files/dhcp6c.conf
Normal 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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue