From: nbd Date: Sun, 28 Sep 2008 16:17:49 +0000 (+0000) Subject: set default input policy to ACCEPT to bring the firewall behavior closer to the one... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=740dc63d5f52099333ba3e21b18ce27e05b95c9a 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 --- 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