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
c7bc8fb46c4eef42a5d84f0b01bb566d8081f792
openwrt_NSS_ACW
/
package
/
firewall
/
files
/
lib
History
Jo-Philipp Wich
48c357ec01
firewall: - support alias ifnames different from parent ifname - properly handle multiple subnets per alias (v4+v6)
...
SVN-Revision: 21656
2010-06-02 00:59:35 +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: - fix ip6tables rules when icmp_type option is set - add "family" option to zones, forwardings, redirects and rules to selectively apply rules to iptables and/or ip6tables
2010-05-19 21:35:23 +00:00
core_init.sh
firewall: - fix ip6tables rules when icmp_type option is set - add "family" option to zones, forwardings, redirects and rules to selectively apply rules to iptables and/or ip6tables
2010-05-19 21:35:23 +00:00
core_interface.sh
firewall: - support alias ifnames different from parent ifname - properly handle multiple subnets per alias (v4+v6)
2010-06-02 00:59:35 +00:00
core_redirect.sh
firewall: fix support for netranges in redirect and rule sections
2010-05-30 23:49:47 +00:00
core_rule.sh
firewall: Initial alias interface support. This allows to define zones covering alias interfaces and associated entries like rules and forwardings.
2010-06-01 21:58:48 +00:00
core.sh
firewall (
#7355
) - partially revert r21486, start firewall on init again - skip iface hotplug events if base fw is not up yet - get ifname and up state with uci_get_state() in iface setup since the values gathered by scan_interfaces() may be outdated when iface coldplugging happens (observed with pptp) - ignore up state when bringing down interfaces because ifdown reverts state vars before dispatching the iface event - bump package revision
2010-05-19 00:50:14 +00:00
fw.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
uci_firewall.sh
…