summaryrefslogtreecommitdiffstats
path: root/main/iptables/iptables.confd
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2012-02-23 13:10:52 +0000
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2012-02-23 13:10:52 +0000
commit2eda762379f060d2fadc7bcf89ad7626fac14921 (patch)
tree3b19e50a298f5ff48f4097cdd5a4bdcd3a7e4119 /main/iptables/iptables.confd
parent836801afd6326a30b061fbae7dd0469a9a46049f (diff)
downloadaports-2eda762379f060d2fadc7bcf89ad7626fac14921.tar.bz2
aports-2eda762379f060d2fadc7bcf89ad7626fac14921.tar.xz
main/iptables: optionally enable/disable forwarding in init script
Diffstat (limited to 'main/iptables/iptables.confd')
-rw-r--r--main/iptables/iptables.confd3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/iptables/iptables.confd b/main/iptables/iptables.confd
index 270c8d4cb..c9e5a685c 100644
--- a/main/iptables/iptables.confd
+++ b/main/iptables/iptables.confd
@@ -9,3 +9,6 @@ SAVE_RESTORE_OPTIONS="-c"
# Save state on stopping iptables
SAVE_ON_STOP="yes"
+
+# Enable/disable IPv4 forwarding with the rules
+IPFORWARD="no"