Re: bgpd, unify ref counting code

2019-06-30 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.06.25 11:13:55 +0200: > In bgpd there are a few objects that use reference counts to keep track on > how many things point to them. Those are struct pt_entry, rde_aspath, > rde_communities, and nexthop. The way this reference counting is done and > es

bgpd, unify ref counting code

2019-06-25 Thread Claudio Jeker
In bgpd there are a few objects that use reference counts to keep track on how many things point to them. Those are struct pt_entry, rde_aspath, rde_communities, and nexthop. The way this reference counting is done and especially the cleanup is a bit different everywhere. This diff is making them m