bgp: for 92.118.31.0/24, prepend with AS197753 for now

This commit is contained in:
Luke Granger-Brown 2023-07-24 13:28:17 +01:00
parent 4f588c0267
commit 670ffb4186

View file

@ -350,6 +350,8 @@ in {
# do not export to clouvider; they do... strange things. # do not export to clouvider; they do... strange things.
bgp_ext_community.add((rt, 0, 62240)); bgp_ext_community.add((rt, 0, 62240));
if net = 92.118.31.0/24 then bgp_path.prepend(197753);
accept; accept;
}; };
}; };