Openwrt/package
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
..
base-files
boot
devel
firmware ath10k-fw: Update to latest CT firmware 2017-01-13 10:22:20 +01:00
kernel mac80211: fix broken spatial multiplexing defaults 2017-01-13 10:22:22 +01:00
libs polarssl: remove package 2017-01-13 12:08:08 +01:00
network firewall: fix forwarding local subnet traffic 2017-01-13 18:31:36 +01:00
system mountd: drop USB related dependencies 2017-01-13 09:12:19 +01:00
utils package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
Makefile