Franziska Kunsmann
fbb8840dff
All checks were successful
bundlewrap/pipeline/head This commit looks good
17 lines
293 B
Text
17 lines
293 B
Text
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;
|
|
};
|