From 975aeec7d34419fece8710997b6ec88cc0abb580 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 21 Aug 2011 11:54:01 +0200 Subject: libip6t_hbh: restore setting IP6T_OPTS_LEN flag Bug origin is in commit v1.4.11~26^2~17. Signed-off-by: Jan Engelhardt --- extensions/libip6t_hbh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions') diff --git a/extensions/libip6t_hbh.c b/extensions/libip6t_hbh.c index 809e80d5..c0389ed8 100644 --- a/extensions/libip6t_hbh.c +++ b/extensions/libip6t_hbh.c @@ -108,6 +108,7 @@ static void hbh_parse(struct xt_option_call *cb) case O_HBH_LEN: if (cb->invert) optinfo->invflags |= IP6T_OPTS_INV_LEN; + optinfo->flags |= IP6T_OPTS_LEN; break; case O_HBH_OPTS: optinfo->optsnr = parse_options(cb->arg, optinfo->opts); -- cgit v1.2.3