Re: bgpd 'depend on' refactor

2019-02-15 Thread Sebastian Benoit
ok Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.02.15 12:01:20 +0100: > To make bgpd more portable it is better to move all the link state code > into kroute.c. Especially for something as simple as a single up / down > flag. This is doing that and removes the net/if_types.h include from > ses

bgpd 'depend on' refactor

2019-02-15 Thread Claudio Jeker
To make bgpd more portable it is better to move all the link state code into kroute.c. Especially for something as simple as a single up / down flag. This is doing that and removes the net/if_types.h include from session.c. Result should be the same just computation is moved. OK? -- :wq Claudio