Re: bgpd, don't allocate initial aspath for update parsing

2018-07-09 Thread Denis Fondras
On Mon, Jul 09, 2018 at 05:47:11PM +0200, Claudio Jeker wrote: > Similar to the rde_filter code there is no need to path_get() the aspath > used in rde_update_dispatch(). Also makes the code a bit easier since the > cleanup can be done all the time. > looks good, compiles fine, runs well, OK

bgpd, don't allocate initial aspath for update parsing

2018-07-09 Thread Claudio Jeker
Similar to the rde_filter code there is no need to path_get() the aspath used in rde_update_dispatch(). Also makes the code a bit easier since the cleanup can be done all the time. -- :wq Claudio Index: rde.c === RCS file: