From: Jan Engelhardt Date: Thu, 12 May 2011 23:53:07 +0000 (+0200) Subject: libip6t_rt: rt-0-not-strict should take no arg X-Git-Tag: v1.4.11~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c0621d48e818d75f8c2810e93eb405a6d31406;p=thirdparty%2Fiptables.git libip6t_rt: rt-0-not-strict should take no arg This unfortunately got mixed up during the getopt -> guided parser move. Signed-off-by: Jan Engelhardt --- diff --git a/extensions/libip6t_rt.c b/extensions/libip6t_rt.c index 11bfda92..eb308204 100644 --- a/extensions/libip6t_rt.c +++ b/extensions/libip6t_rt.c @@ -39,7 +39,7 @@ static const struct xt_option_entry rt_opts[] = { .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, hdrlen)}, {.name = "rt-0-res", .id = O_RT0RES, .type = XTTYPE_NONE}, {.name = "rt-0-addrs", .id = O_RT0ADDRS, .type = XTTYPE_STRING}, - {.name = "rt-0-not-strict", .id = O_RT0NSTRICT, .type = XTTYPE_STRING}, + {.name = "rt-0-not-strict", .id = O_RT0NSTRICT, .type = XTTYPE_NONE}, XTOPT_TABLEEND, }; #undef s