bird.conf.j2 317 B

1234567891011
  1. #
  2. # This file is managed by ansible. Do not edit by hand!
  3. #
  4. {% for meshlink in supernode_mesh_backbones%}
  5. protocol bgp {{meshlink.name}} from ibgp {
  6. source address {{supernode_mesh_ipv4|ipaddr('address')}};
  7. neighbor {{meshlink.mesh_ip}} as {{supernode_as}};
  8. default bgp_med 4;
  9. };
  10. {% endfor %}