protocol bgp {{ ix_name }}_{{ neighbor_as }}{%- if session_num > 1 %}_{{ session_num }}{%- endif %} from tpl_{{ ix_name }}_peers { neighbor {{ neighbor_ipv6 }} as {{ neighbor_as }}; description "{{ ix_name }} / {{ description }}"; {%- if limit_ipv6 %} {% if limit_ipv6 > 50 %} import limit {{ limit_ipv6 }}; {%- endif %} {%- endif %} }