summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-05-13 01:53:07 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-05-13 02:00:02 +0200
commit65c0621d48e818d75f8c2810e93eb405a6d31406 (patch)
treed6dec876b0b52ffc5bf17545576321919dd4dde3 /extensions
parent9bfedca6347c2e079e569954197777813f4ef2fb (diff)
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 <jengelh@medozas.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libip6t_rt.c2
1 files changed, 1 insertions, 1 deletions
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