bird_v4.j2 281 B

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