diff --git a/bird.conf b/bird.conf index 0da5567..0b57b48 100644 --- a/bird.conf +++ b/bird.conf @@ -135,31 +135,31 @@ template bgp peers { # remove entry of this specific gateway protocol bgp srv01 from locals { - neighbor 10.112.1.1 as 65112; + neighbor 10.112.1.1 as ownas; }; protocol bgp hamburg01 from locals { - neighbor 10.112.14.1 as 65112; + neighbor 10.112.14.1 as ownas; }; protocol bgp hamburg07 from locals { - neighbor 10.112.16.1 as 65112; + neighbor 10.112.16.1 as ownas; }; protocol bgp hamburg08 from locals { - neighbor 10.112.22.1 as 65112; + neighbor 10.112.22.1 as ownas; }; protocol bgp hamburg09 from locals { - neighbor 10.112.24.1 as 65112; + neighbor 10.112.24.1 as ownas; }; protocol bgp hamburg11 from locals { - neighbor 10.112.28.1 as 65112; + neighbor 10.112.28.1 as ownas; }; protocol bgp hamburg12 from locals { - neighbor 10.112.30.1 as 65112; + neighbor 10.112.30.1 as ownas; }; ### icvpn peerings ###