2020-11-14 10:34:16 +00:00
|
|
|
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 {
|
2021-02-17 09:56:18 +00:00
|
|
|
information-only;
|
2020-11-14 10:34:16 +00:00
|
|
|
};
|