adds a new uci firewall
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)
commit8e2cf077d0066a626bf3b90596acd941f430fe9e
tree366e67ab18afcef24dc1dfd1f5fb39eb7484275f
parentd738ce55876f392957ef8fd186fb486b92298d4d
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
12 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 [moved from package/iptables/files/firewall.awk with 100% similarity]
package/firewall/files/old/firewall.config [moved from package/iptables/files/firewall.config with 100% similarity]
package/firewall/files/old/firewall.init [moved from package/iptables/files/firewall.init with 100% similarity]
package/firewall/files/old/firewall.user [moved from package/iptables/files/firewall.user with 100% similarity]
package/iptables/Makefile