ops/nixos/bgp: don't export routes to FB
This commit is contained in:
parent
0dd2d5d442
commit
0ee916e49e
1 changed files with 8 additions and 0 deletions
|
@ -279,6 +279,10 @@ in {
|
||||||
bgp_ext_community.add((ro, 205479, 5004));
|
bgp_ext_community.add((ro, 205479, 5004));
|
||||||
bgp_ext_community.add((ro, 205479, 5005));
|
bgp_ext_community.add((ro, 205479, 5005));
|
||||||
bgp_ext_community.add((ro, 205479, 5006));
|
bgp_ext_community.add((ro, 205479, 5006));
|
||||||
|
|
||||||
|
# do not export to facebook
|
||||||
|
bgp_ext_community.add((rt, 0, 32934));
|
||||||
|
|
||||||
accept;
|
accept;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -303,6 +307,10 @@ in {
|
||||||
bgp_ext_community.add((ro, 205479, 5004));
|
bgp_ext_community.add((ro, 205479, 5004));
|
||||||
bgp_ext_community.add((ro, 205479, 5005));
|
bgp_ext_community.add((ro, 205479, 5005));
|
||||||
bgp_ext_community.add((ro, 205479, 5006));
|
bgp_ext_community.add((ro, 205479, 5006));
|
||||||
|
|
||||||
|
# do not export to facebook
|
||||||
|
bgp_ext_community.add((rt, 0, 32934));
|
||||||
|
|
||||||
accept;
|
accept;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue