Re: more IPv6 flensing

2015-09-11 Thread Mike Belopuhov
On 11 September 2015 at 09:53, Claudio Jeker wrote: > Kill yet another argument to functions in IPv6. This time ip6_output > ifpp - XXX: just for statistics > ifpp is always NULL in all callers so that statistic confirms ifpp is > dying > go for it.

more IPv6 flensing

2015-09-11 Thread Claudio Jeker
Kill yet another argument to functions in IPv6. This time ip6_output ifpp - XXX: just for statistics ifpp is always NULL in all callers so that statistic confirms ifpp is dying -- :wq Claudio Index: net/if_gif.c === RCS file: /cvs/s

Re: more ipv6 flensing

2015-09-11 Thread Martin Pieuchot
On 10/09/15(Thu) 21:18, Claudio Jeker wrote: > in6_embedscope() needs to lose some weight. Remove the last argument. > In all but two calls NULL is passed and in the other 2 cases the ifp > is only used to maybe feed it to in6_selecthlim() to select the hoplimit > for the link. Since in6_embedscope

more ipv6 flensing

2015-09-10 Thread Claudio Jeker
in6_embedscope() needs to lose some weight. Remove the last argument. In all but two calls NULL is passed and in the other 2 cases the ifp is only used to maybe feed it to in6_selecthlim() to select the hoplimit for the link. Since in6_embedscope() only works on link-local addresses it does not ma