bundlewrap/bundles/wide-dhcp6c/files/dhcp6c.conf

18 lines
293 B
Plaintext
Raw Normal View History

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;
};