summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-28 16:17:49 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-28 16:17:49 +0000
commit740dc63d5f52099333ba3e21b18ce27e05b95c9a (patch)
tree03220657f7cafc978506636fc495ef62644fcc55 /package
parent3056e3c10bd31f5dda5d484efccde8fb5683860c (diff)
set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/firewall/files/firewall.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 8ac904955..e9035199f 100755
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -1,6 +1,6 @@
config defaults
option syn_flood 1
- option input REJECT
+ option input ACCEPT
option output ACCEPT
option forward REJECT