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.
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
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
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