merge dual stack firewall
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 22:02:59 +0000 (22:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 22:02:59 +0000 (22:02 +0000)
commit0138ae5f719c3a93726c0ef2eacaee14c3584959
treec35cdcb818d17ac1e2c3e860cb6676c393824207
parent832cfe0a91611af9e74b941ce49b2c63e514bc5f
merge dual stack firewall

SVN-Revision: 25353
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]