]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libip6t_rt: rt-0-not-strict should take no arg
authorJan Engelhardt <jengelh@medozas.de>
Thu, 12 May 2011 23:53:07 +0000 (01:53 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 13 May 2011 00:00:02 +0000 (02:00 +0200)
This unfortunately got mixed up during the getopt -> guided parser
move.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libip6t_rt.c

index 11bfda9293ba493b65e0e64e12e3afec246c52c3..eb308204f9f27591adc0675ef871f3a111b0ae63 100644 (file)
@@ -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