Content differences:
--- /etc/bird/bird.conf.orig
+++ /etc/bird/bird.conf
@@ -45,20 +45,7 @@
export all;
};
local as 64612;
- neighbor 10.128.0.2 external;
- # Linux socket API limitation on v4 (GUA to GUA session)
- # as we use a wildcard for the dynamic group, we need to use it everywhere
- interface range "ens*";
- source address 10.128.0.20;
- strict bind;
-}
-protocol bgp switch_v4_1 {
- ipv4 {
- import none;
- export all;
- };
- local as 64612;
- neighbor 10.128.0.3 external;
+ neighbor 10.128.0.1 external;
# Linux socket API limitation on v4 (GUA to GUA session)
# as we use a wildcard for the dynamic group, we need to use it everywhere
interface range "ens*";
@@ -72,16 +59,7 @@
export all;
};
local 2620:0:863:101:10:128:0:20 as 64612;
- neighbor 2620:0:863:101:fe00::1 external;
- interface "ens3f0np0";
-}
-protocol bgp switch_v6_1 {
- ipv6 {
- import none;
- export all;
- };
- local 2620:0:863:101:10:128:0:20 as 64612;
- neighbor 2620:0:863:101:fe00::2 external;
+ neighbor fe80::1 external;
interface "ens3f0np0";
}