Re: bgpd, network code cleanup

2022-07-20 Thread Theo Buehler
On Wed, Jul 20, 2022 at 12:40:18PM +0200, Claudio Jeker wrote: > The it's just a rtlabel refcount leak diff turned into a somewhat larger > diff. First I noticed that expand_networks() was not used for l3vpns which > will cause problems down the line. So alter expand_networks to also handle > l3vpn

bgpd, network code cleanup

2022-07-20 Thread Claudio Jeker
The it's just a rtlabel refcount leak diff turned into a somewhat larger diff. First I noticed that expand_networks() was not used for l3vpns which will cause problems down the line. So alter expand_networks to also handle l3vpn network settings. Then I looked at kr_net_reload() and kr_net_find()