bundlewrap/bundles/wide-dhcp6c/files/dhcp6c.conf
Franzi fbb8840dff
All checks were successful
bundlewrap/pipeline/head This commit looks good
add .editorconfig, format files correctly
2021-02-17 10:56:18 +01:00

18 lines
293 B
Plaintext

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