You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jo-Philipp Wich 5609ad736e firewall: don't filter IPv4 ICMP types (#10928) 13 years ago
..
config.sh firewall: - introduce per-section "option enabled" which defaults to "1" - useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version 13 years ago
core.sh firewall: relocate TCPMSS rules into mangle table, add code to selectively clear them out again 13 years ago
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 14 years ago
core_init.sh firewall: relocate TCPMSS rules into mangle table, add code to selectively clear them out again 13 years ago
core_interface.sh firewall: relocate TCPMSS rules into mangle table, add code to selectively clear them out again 13 years ago
core_redirect.sh firewall: add support for "local" port forwards which target an internal address on the router itself 13 years ago
core_rule.sh firewall: fix another instance of unquoted "*" 13 years ago
fw.sh firewall: don't filter IPv4 ICMP types (#10928) 13 years ago
uci_firewall.sh