adds a new uci firewall - iptbales and netfilter packages need to be rewrapped when...
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)
commit21bbdc24c397671e68606e846837f28df89a5a23
tree372396ee96fd78a83bbffd5e33c073f5c6b9fb25
parente4a0bfec3c1c9aaa59f4bd41182d394ec0ceb91d
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]