--dir cannot be inverted. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/libxt_policy.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/extensions/libxt_policy.c b/extensions/libxt_policy.c index 97722d6..54ec229 100644 --- a/extensions/libxt_policy.c +++ b/extensions/libxt_policy.c @@ -40,8 +40,7 @@ static void policy_help(void) } static const struct xt_option_entry policy_opts[] = { - {.name = "dir", .id = O_DIRECTION, .type = XTTYPE_STRING, - .flags = XTOPT_INVERT}, + {.name = "dir", .id = O_DIRECTION, .type = XTTYPE_STRING}, {.name = "pol", .id = O_POLICY, .type = XTTYPE_STRING}, {.name = "strict", .id = O_STRICT, .type = XTTYPE_NONE}, {.name = "reqid", .id = O_REQID, .type = XTTYPE_UINT32, -- 1.7.3.4 -- 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