bird6.conf.j2 194 B

1234567
  1. {% for meshlink in supernode_mesh_backbones %}
  2. protocol bgp {{meshlink.name}} from ibgp {
  3. neighbor {{meshlink.address_v6}} as {{supernode_as}};
  4. default bgp_med 4;
  5. }
  6. {% endfor %}