]> Git Repo - linux.git/commit
netfilter: ipv6: Preserve link scope traffic original oif
authorAlin Nastac <[email protected]>
Wed, 21 Nov 2018 13:00:30 +0000 (14:00 +0100)
committerPablo Neira Ayuso <[email protected]>
Mon, 26 Nov 2018 23:12:20 +0000 (00:12 +0100)
commit508b09046c0f21678652fb66fd1e9959d55591d2
treec5e1d0164c2919c9b82ffc502195ef25b64a261d
parent89259088c1b7fecb43e8e245dc931909132a4e03
netfilter: ipv6: Preserve link scope traffic original oif

When ip6_route_me_harder is invoked, it resets outgoing interface of:
  - link-local scoped packets sent by neighbor discovery
  - multicast packets sent by MLD host
  - multicast packets send by MLD proxy daemon that sets outgoing
    interface through IPV6_PKTINFO ipi6_ifindex

Link-local and multicast packets must keep their original oif after
ip6_route_me_harder is called.

Signed-off-by: Alin Nastac <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
net/ipv6/netfilter.c
This page took 0.053703 seconds and 4 git commands to generate.