CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/05/03 07:09:38

Modified files:
        usr.sbin/bgpd  : bgpd.c bgpd.h control.c kroute.c parse.y 
                         printconf.c rde.c rde.h rde_decide.c rde_rib.c 
                         session.c session.h 

Log message:
Make it possible to load multiple routing tables at the same time and use
those for alternate RIBs. This allows to use "rde rib TESTIT rtable 1".
NOTE: nexthop verification has changed for alternate tables. For now
nexthop will only be verified against the main routing table (id 0).
Because of this "nexthop qualify via bgp" may now compare the nexthops
against bgpd routes from a different RIB.
Tested by sthen@, OK to move on by henning@

Reply via email to