]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iptables: restore negation for -f
authorJan Engelhardt <jengelh@medozas.de>
Tue, 5 Jul 2011 13:08:37 +0000 (15:08 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 5 Jul 2011 13:09:25 +0000 (15:09 +0200)
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>
iptables/iptables.c

index 477e8f1ddb2ec436866afd0cab1da4f4b6c480ec..6ceaf6b894513bb6529a8c5d90a4785f84def89d 100644 (file)
@@ -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