CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/10 06:38:50
Modified files:
usr.sbin/bgpd : rde.c
Log message:
the check "if (nc->rtableid)"
is used as an indicator that we are dealing with network statements from within
rdomain <n> { } blocks.
That needs to check against the rdomain we are running in instead.
ok claudio@
