aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-4.9/096-v4.20-netfilter-ipv6-Preserve-link-scope-traffic-original-.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: preserve oif of IPv6 link scope packetsHans Dedecker2018-12-171-0/+32
Backort upstream patch which preserves oif of IPv6 link scoped packets. The outgoing interface of IPv6 link scope packets can be changed by the function ip6_route_me_harder. This is unwanted behavior for link local packets and multicast packets as the outgoing interface is fixed and must not be altered as it can break neighbor discovery and multicast listener discovery. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>