From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
Date: Thu, 20 Feb 2003 02:28:40 +0900 (JST)
This patch removes dst->input() and dst->output(), and use
dst_input() and dst_output() instead.
Patch is against linux-2.5.62.
Thank you in advance.
Thank you, it is applied.
I have made one tiny improvement, in ipv4/igmp.c case we can
totally eliminate output_maybe_reroute() function and pass
directly dst_output() to NF_HOOK. Once transformation from
dst->output() to dst_output() is applied, these old inline functions
for NF_HOOK no longer have purpose.
Thank you again.
|