[backfire] merge dual stack firewall
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 22:02:59 +0000 (22:02 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 22:02:59 +0000 (22:02 +0000)
commitfe72fdb0222ffa56be4fc263e476126e95ccd77c
tree383a6b40238ae13dc3fd0e0d1a75f6aa75145b7d
parent67a112aafe5ad132848e559330017d2eeea3c536
[backfire] merge dual stack firewall

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25353 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 files changed:
package/firewall/Makefile [new file with mode: 0644]
package/firewall/files/bin/fw [new file with mode: 0644]
package/firewall/files/firewall.config [new file with mode: 0644]
package/firewall/files/firewall.hotplug [new file with mode: 0644]
package/firewall/files/firewall.init [new file with mode: 0755]
package/firewall/files/firewall.user [new file with mode: 0644]
package/firewall/files/lib/config.sh [new file with mode: 0644]
package/firewall/files/lib/core.sh [new file with mode: 0644]
package/firewall/files/lib/core_forwarding.sh [new file with mode: 0644]
package/firewall/files/lib/core_init.sh [new file with mode: 0644]
package/firewall/files/lib/core_interface.sh [new file with mode: 0644]
package/firewall/files/lib/core_redirect.sh [new file with mode: 0644]
package/firewall/files/lib/core_rule.sh [new file with mode: 0644]
package/firewall/files/lib/fw.sh [new file with mode: 0644]
package/firewall/files/lib/uci_firewall.sh [new file with mode: 0644]
package/firewall/files/reflection.hotplug [new file with mode: 0644]