CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/07/01 01:07:08
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_filter.c rde_prefix.c rde_rib.c
Log message:
Unify the way object in the RDE are reference counted. The affected
structures are pt_entry, rde_aspath, rde_communities, and nexthop.
The functions are always called *_ref and *_unref also the behaviour
when the last reference is removed is unified and now the object is
removed inside of the unref function. The actual bean-counting is not
modified by this diff.
OK benno@