1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 05:00:15 +03:00
openwrt-xburst/package/firewall/files/lib
jow 87281df903 [package] firewall:
- allow multiple ports, protocols, macs, icmp types per rule
	- implement "limit" and "limit_burst" options for rules
	- implement "extra" option to rules and redirects for passing arbritary flags to iptables
	- implement negations for "src_port", "dest_port", "src_dport", "src_mac", "proto" and "icmp_type" options
	- allow wildcard (*) "src" and "dest" options in rules to allow specifying "any" source or destination
	- validate symbolic icmp-type names against the selected iptables binary
	- properly handle forwarded ICMPv6 traffic in the default configuration


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-30 01:31:23 +00:00
..
config.sh [package] firewall: change the order of IPv4/IPv6 address detection, fixes mixed notation v6 improperly detected as v4 address 2010-05-31 01:34:47 +00:00
core_forwarding.sh [package] firewall: 2010-09-11 20:04:34 +00:00
core_init.sh [package] firewall: allow symbolic names of interfaces and aliases in masq_src and masq_dest 2011-06-16 21:54:59 +00:00
core_interface.sh [package] firewall: revert accidential committed changes from r26805 2011-05-02 12:55:36 +00:00
core_redirect.sh [package] firewall: 2011-06-30 01:31:23 +00:00
core_rule.sh [package] firewall: 2011-06-30 01:31:23 +00:00
core.sh [package] firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them 2010-09-16 11:47:35 +00:00
fw.sh [package] firewall: 2011-06-30 01:31:23 +00:00
uci_firewall.sh [package] firewall: 2010-05-01 18:22:01 +00:00