15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
protocols {
|
|
bgp {
|
|
group UPSTREAM {
|
|
type external;
|
|
peer-as 64500;
|
|
import IMPORT-POLICY;
|
|
{%- if live %}
|
|
export EXPORT-POLICY;
|
|
{%- else %}
|
|
export [ SHIFTED EXPORT-POLICY ];
|
|
{%- endif %}
|
|
}
|
|
}
|
|
}
|