summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-07-05 15:08:37 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-07-05 15:09:25 +0200
commit32cea83f26a2c342b9410e6dfb0530b33f8af928 (patch)
treefb27727787e85cebf0acfe46c7ff21f6799b37b9
parentd532d7663fd82984023a871aa953419ad1e905cb (diff)
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 <jengelh@medozas.de>
-rw-r--r--iptables/iptables.c2
1 files changed, 1 insertions, 1 deletions
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