CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/07/10 06:40:41

Modified files:
        usr.sbin/bgpd  : bgpd.c bgpd.h parse.y 

Log message:
You can run multiple copies of bgpd in seperate rdomains.

However, the processes will see each others route messages. Some
structures are not initialized correctly for that, causing at least
useless log messages.

This is an attempt to use the default_tableid where its needed.

A few hardcoded uses of rtable 0 remain.

ok claudio@

Reply via email to