CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/01 15:20:17
Modified files:
usr.sbin/bgpd : rde.h rde_decide.c rde_rib.c
Log message:
Instead of storing a pointer to the RIB head in the RIB element use that
space for a flags field and the RIB id. In the end bgpd will be able to
lock RIB elements and therefore make it possible to interrupt all tree
walks.
