linux-stable/net/l3mdev
David Ahern 9ee0034b8f net: flow: Add l3mdev flow update
Add l3mdev hook to set FLOWI_FLAG_SKIP_NH_OIF flag and update oif/iif
in flow struct if its oif or iif points to a device enslaved to an L3
Master device. Only 1 needs to be converted to match the l3mdev FIB
rule. This moves the flow adjustment for l3mdev to a single point
catching all lookups. It is redundant for existing hooks (those are
removed in later patches) but is needed for missed lookups such as
PMTU updates.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-10 23:12:51 -07:00
..
Kconfig net: Introduce L3 Master device abstraction 2015-09-29 20:40:32 -07:00
l3mdev.c net: flow: Add l3mdev flow update 2016-09-10 23:12:51 -07:00
Makefile net: Introduce L3 Master device abstraction 2015-09-29 20:40:32 -07:00