From 32cea83f26a2c342b9410e6dfb0530b33f8af928 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 Jul 2011 15:08:37 +0200 Subject: iptables: restore negation for -f This move was missed in commit v1.4.11~77^2~6. References: http://bugs.debian.org/632695 Signed-off-by: Jan Engelhardt --- iptables/iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/iptables.c') diff --git a/iptables/iptables.c b/iptables/iptables.c index 477e8f1d..6ceaf6b8 100644 --- a/iptables/iptables.c +++ b/iptables/iptables.c @@ -178,9 +178,9 @@ static const int inverse_for_options[NUMBER_OF_OPT] = /* -x */ 0, /* -i */ IPT_INV_VIA_IN, /* -o */ IPT_INV_VIA_OUT, -/* -f */ IPT_INV_FRAG, /*--line*/ 0, /* -c */ 0, +/* -f */ IPT_INV_FRAG, }; #define opts iptables_globals.opts -- cgit v1.2.3