CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/04 04:57:13
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_peer.c rde_rib.c
Log message:
Reference count prefixes added to a pftable. This allows to export
prefixes from multiple sessions into the same table. Before a prefix
was removed from the table on the first withdraw (even though there
was an alternative around).
Requested by, tested and OK dlg@
