|
@@ -2,6 +2,8 @@ protocol bgp {{ ix_name }}_{{ neighbor_as }}{%- if session_num > 1 %}_{{ session
|
|
neighbor {{ neighbor_ipv4 }} as {{ neighbor_as }};
|
|
neighbor {{ neighbor_ipv4 }} as {{ neighbor_as }};
|
|
description "{{ ix_name }} / {{ description }}";
|
|
description "{{ ix_name }} / {{ description }}";
|
|
{%- if limit_ipv4 %}
|
|
{%- if limit_ipv4 %}
|
|
|
|
+ {% if limit_ipv4 > 50 %}
|
|
import limit {{ limit_ipv4 }};
|
|
import limit {{ limit_ipv4 }};
|
|
|
|
+ {%- endif %}
|
|
{%- endif %}
|
|
{%- endif %}
|
|
}
|
|
}
|