gobgp icon indicating copy to clipboard operation
gobgp copied to clipboard

Missing routes in system routing table.

Open ss7pro opened this issue 2 years ago • 1 comments

Hello,

I am running into very unsual problem where routes are missing from the system routing table but are present in gobgp rib. Is there a solution for gobgp to rescan rib and re-add missing/changes routes?

XXX@h0001d:~$ sudo crictl exec  24cc1 gobgp global rib  | grep 10.233.88.0
*> 10.233.88.0/24       10.180.16.40                              25d 21:43:44 [{Origin: i} {LocalPref: 100}]
XXX@h0001d:~$ sudo crictl exec  24cc1 bash^C
XXX@h0001d:~$ ip ro | grep 10.233.88.0
XXX@h0001d:~$

ss7pro avatar Mar 14 '23 22:03 ss7pro

https://github.com/osrg/gobgp/blob/master/docs/sources/zebra.md

This is probably what you're looking for.

tomvil avatar Mar 15 '23 13:03 tomvil