breakout tmpl from configgen; stage variations/platform feat

This commit is contained in:
2026-02-17 03:00:17 -07:00
parent bd91fe5b15
commit a813c4cb53
13 changed files with 102 additions and 30 deletions

View File

@@ -1,3 +1,14 @@
protocols {
{{ protocol }};
bgp {
group UPSTREAM {
type external;
peer-as 64500;
import IMPORT-POLICY;
{%- if live %}
export EXPORT-POLICY;
{%- else %}
export [ SHIFTED EXPORT-POLICY ];
{%- endif %}
}
}
}