breakout tmpl from configgen; stage variations/platform feat
This commit is contained in:
@@ -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 %}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user