adds a new uci firewall
authorJohn Crispin <blogic@openwrt.org>
Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)
commit275038cae7e3e363c1e0062d0639749178659a8b
tree366e67ab18afcef24dc1dfd1f5fb39eb7484275f
parent8ffee3956dc468134bb14f47a7c82f248b9671ff
adds a new uci firewall
- iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default
- there are some examples in the file /etc/config/firewall
- iptables-save/restore are still missing
- hotplug takes care of adding/removing netdevs during runtime
- misisng features ? wishes ? let me know ...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12089 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 files changed:
include/target.mk
package/firewall/Config.in [new file with mode: 0644]
package/firewall/Makefile [new file with mode: 0644]
package/firewall/files/new/20-firewall [new file with mode: 0644]
package/firewall/files/new/firewall.config [new file with mode: 0755]
package/firewall/files/new/firewall.init [new file with mode: 0755]
package/firewall/files/new/uci_firewall.sh [new file with mode: 0755]
package/firewall/files/old/firewall.awk [new file with mode: 0644]
package/firewall/files/old/firewall.config [new file with mode: 0644]
package/firewall/files/old/firewall.init [new file with mode: 0755]
package/firewall/files/old/firewall.user [new file with mode: 0644]
package/iptables/Makefile
package/iptables/files/firewall.awk [deleted file]
package/iptables/files/firewall.config [deleted file]
package/iptables/files/firewall.init [deleted file]
package/iptables/files/firewall.user [deleted file]