Le samedi 24 juillet 2010 à 12:29 +0800, Changli Gao a écrit : > update libxt_length to revision 1 to support ipv6 jumbo frames. > > Signed-off-by: Changli Gao <xiaosuo@xxxxxxxxx> > ---- > extensions/libxt_length.c | 1 + > include/linux/netfilter/xt_length.h | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > diff --git a/extensions/libxt_length.c b/extensions/libxt_length.c > index 96e8b6c..5d0f5e9 100644 > --- a/extensions/libxt_length.c > +++ b/extensions/libxt_length.c > @@ -125,6 +125,7 @@ static struct xtables_match length_match = { > .print = length_print, > .save = length_save, > .extra_opts = length_opts, > + .revision = 1, > }; > > void _init(void) Hmm... I think you missed at line 50 : info->max = cp[0] ? parse_length(cp) : 0xFFFF; Or document the thing... -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html