CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/23 00:26:44
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h kroute.c parse.y rde.c
Log message:
Clean up RIB related kroute code. Introduce a way to flush a FIB table
from the RDE. Make sure that all nexthops don't get removed in the FIB
when a FIB table is removed. This should only happen for the main FIB.
Remove F_RIB_HASNOFIB which is just confusing since there is already
F_RIB_NOFIB and F_RIB_NOFIBSYNC.
OK benno@
