RE: Constant delete / add route after upgrade to 1.6.3

2018-05-08 Thread Xavier Trilla
Hi Maria, For what I'm seeing, looks like every time birds gets a route update via BGP the route is replaced, I enabled debug in kernel protocol and I'm seeing this: 2018-05-08 22:20:32 icewall_01_BGP > added [best] 80.84.147.0/24 via 172.17.0.1 on vlan10 2018-05-08 22:20:32 icewall_01_BGP <

RE: Constant delete / add route after upgrade to 1.6.3

2018-05-08 Thread Maria Jan Matějka
On May 8, 2018 3:44:20 PM GMT+02:00, Xavier Trilla wrote: > Hi, > > Some extra Info: I've changed the scan time from 20 to 60 on the > kernel and the CPU load on the machine has reduced, but I still see > too many route changes. > > Thanks! > > > Saludos Cordiales, > Xavier Trilla P. > Cloudi

RE: Constant delete / add route after upgrade to 1.6.3

2018-05-08 Thread Xavier Trilla
Hi, Some extra Info: I've changed the scan time from 20 to 60 on the kernel and the CPU load on the machine has reduced, but I still see too many route changes. Thanks! Saludos Cordiales, Xavier Trilla P. Clouding.io ¿Un Servidor Cloud con SSDs, redundado y disponible en

Constant delete / add route after upgrade to 1.6.3

2018-05-08 Thread Xavier Trilla
Hi, We've upgraded recently to 1.6.3 (We were using 1.2.5, which we had running for like 8 years!) and after the upgraded we are seeing a weird behavior. When running ip monitor route in the machine, looks like bird is constantly removing and adding routes, which could be considered normal, but

Re: OSPF wireguard fallback

2018-05-08 Thread chrono
On 2018-05-03 15:37, chrono wrote: $ wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip address add 172.23.3.2/29 dev wg0 [#] ip link set mtu 1420 dev wg0 [#] ip link set wg0 up [#] wg set wg0 fwmark 51820 [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820 [#]