firewall: - replace uci firewall with a modular dual stack implementation developed...
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)
commitc284cb51c00625f52090f3fe3d475450eaab7b21
tree02c49883956e50f28055df479accfa35c3c6fcdd
parent085b2b9ad6216508ff357dcb49757173d269fbb9
firewall: - replace uci firewall with a modular dual stack implementation developed by Malte S. Stretz - bump version to 2

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