crxn_utilits.conf 258 B

12345678910111213141516
  1. define CRXNAS = 4242423182;
  2. function crxn_bgp_include() {
  3. bgp_path.prepend(CRXNAS);
  4. if (babel_metric > 200) then {
  5. bgp_path.prepend(CRXNAS);
  6. }
  7. }
  8. include "/var/lib/bird/crxn/crxn_ips.conf";
  9. function is_crxn_net() -> bool {
  10. return net ~ CRXN_IPs;
  11. }