bird.anycast-service.conf 311 B

12345678910111213141516171819
  1. #
  2. # Anycast Services (Salt managed)
  3. #
  4. include "/var/lib/anycast-healthchecker/anycast-prefixes-{{ proto }}.conf";
  5. protocol direct anycast_srv {
  6. interface "anycast_srv";
  7. import filter {
  8. if net ~ ANYCAST_ADVERTISE then {
  9. bgp_community.add (ANYCAST_PREFIX);
  10. accept;
  11. }
  12. reject;
  13. };
  14. export none;
  15. }