adds a new uci firewall
authorJohn Crispin <john@openwrt.org>
Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)
commit63d6ca928ae98e4d10cbac02c03a589117f4ba35
tree366e67ab18afcef24dc1dfd1f5fb39eb7484275f
parentf5596dbb515eef0547caddbf9722b754aece8598
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 ...

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