Fix a typo in call to check_inverse(). Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> --- extensions/libipt_conntrack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: iptables/extensions/libipt_conntrack.c =================================================================== --- iptables.orig/extensions/libipt_conntrack.c +++ iptables/extensions/libipt_conntrack.c @@ -204,7 +204,7 @@ static int conntrack_parse(int c, char * break; case '3': - check_inverse(optarg, &invert, &optind, 9); + check_inverse(optarg, &invert, &optind, 0); if (invert) sinfo->invflags |= IPT_CONNTRACK_ORIGSRC; - 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