[package] firewall:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 1 May 2010 18:22:01 +0000 (18:22 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 1 May 2010 18:22:01 +0000 (18:22 +0000)
commite8be3016c98c2e7d81755c4eae34ea3c60f4b3f9
treec2bf3d0e96906797339230fbdb5c75a268fb9f1e
parent35989ffd58dc41981d5e12d2e0b369d7ad9f12fc
[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]