This website requires JavaScript.
Explore
Help
Sign In
domenico
/
openwrt_NSS_ACW
Watch
1
Star
0
Fork
0
You've already forked openwrt_NSS_ACW
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
63c08f0f0b41e1ab3f453ab811a8b51ae54542c6
openwrt_NSS_ACW
/
package
/
firewall
/
files
/
lib
History
Jo-Philipp Wich
af82471525
firewall: prevent duplicate values in interface state vars
...
SVN-Revision: 26382
2011-03-30 20:29:17 +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: move include sourcing into a subshell, this makes the firewall init immune against exit in the include scripts
2011-03-02 19:20:29 +00:00
core_interface.sh
firewall: prevent duplicate values in interface state vars
2011-03-30 20:29:17 +00:00
core_redirect.sh
firewall: insert SNAT and DNAT rules according to the order of the configuration file (
#8052
)
2010-10-08 12:11:55 +00:00
core_rule.sh
firewall: fix wrong rule order if multiple protocols are used
2011-01-27 22:19:53 +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
fireall: - support negations for src_ip, dest_ip, src_dip options in rules and redirects - add NOTRACK target to rule sections, allows to define fine grained notrack rules
2010-09-28 10:42:56 +00:00
uci_firewall.sh
…