This unfortunately got mixed up during the getopt -> guided parser move. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/libip6t_rt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extensions/libip6t_rt.c b/extensions/libip6t_rt.c index 11bfda9..eb30820 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 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html