summaryrefslogtreecommitdiff
path: root/package/firewall/files/lib/fw.sh
Commit message (Expand)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-324/+0
* firewall: don't filter IPv4 ICMP types (#10928)Jo-Philipp Wich2012-02-071-4/+1
* firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is giv...Jo-Philipp Wich2011-10-271-1/+4
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-231-1/+2
* firewall: fix possible expansion of "*" when rules with "option src *" are pr...Jo-Philipp Wich2011-10-221-5/+10
* firewall: do not check for module availability, let iptables fail if a featur...Jo-Philipp Wich2011-10-221-15/+1
* firewall: - solve scoping issues when multiple values are used, thanks Daniel...Jo-Philipp Wich2011-07-061-1/+1
* firewall: - allow multiple ports, protocols, macs, icmp types per rule - impl...Jo-Philipp Wich2011-06-301-13/+98
* firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) IPv4...Jo-Philipp Wich2011-06-161-0/+1
* firewall: allow symbolic names of interfaces and aliases in masq_src and masq...Jo-Philipp Wich2011-06-161-0/+17
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules an...Jo-Philipp Wich2010-09-281-0/+9
* firewall: - simplify masquerade rule setup - remove various subshell invocati...Jo-Philipp Wich2010-09-111-29/+35
* firewall: - fix possible endless loop when the family option is used for forw...Jo-Philipp Wich2010-09-051-1/+1
* firewall: - fix processing of rules with an ip family option - append interfa...Jo-Philipp Wich2010-08-311-9/+13
* firewall: change the order of IPv4/IPv6 address detection, fixes mixed notati...Jo-Philipp Wich2010-05-311-1/+1
* firewall: - fix ip6tables rules when icmp_type option is set - add "family" o...Jo-Philipp Wich2010-05-191-1/+29
* firewall: implement disable_ipv6 uci optionJo-Philipp Wich2010-05-191-4/+4
* firewall: properly unset position for delete command, fixes rule removal in i...Jo-Philipp Wich2010-05-051-2/+2
* firewall: - replace uci firewall with a modular dual stack implementation dev...Jo-Philipp Wich2010-05-011-0/+182