[backfire] 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)
commit49755bbe57aed92055db4b33027e28b55ce567dc
tree383a6b40238ae13dc3fd0e0d1a75f6aa75145b7d
parent144397a0b735d5040476b0020ae8763694c0dc62
[backfire] 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]