bird_v6.j2 261 B

1234567
  1. protocol bgp {{ ix_name }}_{{ neighbor_as }} from tpl_{{ ix_name }}_peers {
  2. neighbor {{ neighbor_ipv6 }} as {{ neighbor_as }};
  3. description "{{ ix_name }} / {{ description }}";
  4. {% if limit_ipv6 %}
  5. import limit {{ limit_ipv6 }};
  6. {% endif %}
  7. }