bird_v6.j2 373 B

123456789
  1. protocol bgp {{ ix_name }}_{{ neighbor_as }}{%- if session_num > 1 %}_{{ session_num }}{%- endif %} from tpl_{{ ix_name }}_peers {
  2. neighbor {{ neighbor_ipv6 }} as {{ neighbor_as }};
  3. description "{{ ix_name }} / {{ description }}";
  4. {%- if limit_ipv6 %}
  5. {% if limit_ipv6 > 50 %}
  6. import limit {{ limit_ipv6 }};
  7. {%- endif %}
  8. {%- endif %}
  9. }