bgp: for 92.118.31.0/24, prepend with AS197753 for now
This commit is contained in:
parent
4f588c0267
commit
670ffb4186
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue