[package] firewall:
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 1 May 2010 18:22:01 +0000 (18:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 1 May 2010 18:22:01 +0000 (18:22 +0000)
commit64175a0ded3a2f390d985452c0bcb11350bac3e5
treec2bf3d0e96906797339230fbdb5c75a268fb9f1e
parent29da0b6c6cb1a2db0f0f05cbc346ed9963feecff
[package] firewall:
- replace uci firewall with a modular dual stack implementation developed by Malte S. Stretz
- bump version to 2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21286 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 files changed:
package/firewall/Makefile
package/firewall/files/20-firewall [deleted file]
package/firewall/files/bin/fw [new file with mode: 0644]
package/firewall/files/firewall.hotplug [new file with mode: 0644]
package/firewall/files/firewall.init
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/uci_firewall.sh [deleted file]