summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-07-05 15:16:05 +0200
committerPatrick McHardy <kaber@trash.net>2011-07-05 15:16:05 +0200
commit795ea2e8d4d9f01a606d0d7aac22572801e06989 (patch)
treeeff674a743855b7a539158f39769862c85aa7b73 /iptables/iptables.c
parent411b390f3ffcd4708a0dfc0f2824a637de511cea (diff)
parent32cea83f26a2c342b9410e6dfb0530b33f8af928 (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'iptables/iptables.c')
-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