tn3399_openwrt/package/network/config/firewall
Jo-Philipp Wich 920170a27f firewall: fix forwarding local subnet traffic
Packets which are merely forwarded by the router and which are neither
involved in any DNAT/SNAT nor originate locally, are considered INVALID
from a conntrack point of view, causing them to get dropped in the
zone_*_dest_ACCEPT chains, since those only allow stream with state NEW
or UNTRACKED.

Remove the ctstate restriction on dest accept chains to properly pass-
through unrelated 3rd party traffic.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-13 18:31:36 +01:00
..
files firewall: allow DHCPv6 traffic to/from fc00::/6 instead of fe80::/10 2015-09-25 08:41:12 +00:00
Makefile firewall: fix forwarding local subnet traffic 2017-01-13 18:31:36 +01:00