Re: bgpd use struct filterstate in more places

2018-07-14 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2018.07.13 22:39:58 +0200: > On Tue, Jul 10, 2018 at 06:37:44PM +0200, Claudio Jeker wrote: > > This uses struct filterstate in rde_update_dispatch() and passes the > > struct to a few functions down (rde_update_update, path_update and some > > more friend

Re: bgpd use struct filterstate in more places

2018-07-13 Thread Claudio Jeker
On Tue, Jul 10, 2018 at 06:37:44PM +0200, Claudio Jeker wrote: > This uses struct filterstate in rde_update_dispatch() and passes the > struct to a few functions down (rde_update_update, path_update and some > more friends). After that it should become easier to move nexthop and > later maybe the p

bgpd use struct filterstate in more places

2018-07-10 Thread Claudio Jeker
This uses struct filterstate in rde_update_dispatch() and passes the struct to a few functions down (rde_update_update, path_update and some more friends). After that it should become easier to move nexthop and later maybe the peer out of struct rde_aspath into struct prefix. -- :wq Claudio Ind