1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 22:48:10 +02:00
openwrt/package/firewall/files/lib
2010-09-19 15:01:47 +00:00
..
config.sh 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 firewall: - simplify masquerade rule setup - remove various subshell invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source 2010-09-11 20:04:34 +00:00
core_init.sh firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them 2010-09-16 11:47:35 +00:00
core_interface.sh firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart 2010-09-19 15:01:47 +00:00
core_redirect.sh firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them 2010-09-16 11:47:35 +00:00
core_rule.sh firewall: - simplify masquerade rule setup - remove various subshell invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source 2010-09-11 20:04:34 +00:00
core.sh 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 firewall: - simplify masquerade rule setup - remove various subshell invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source 2010-09-11 20:04:34 +00:00
uci_firewall.sh