Open ss7pro opened 1 year ago
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:~$
https://github.com/osrg/gobgp/blob/master/docs/sources/zebra.md
This is probably what you're looking for.
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?