From 65c0621d48e818d75f8c2810e93eb405a6d31406 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 13 May 2011 01:53:07 +0200 Subject: 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 --- extensions/libip6t_rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3