commit | a8e3e1a9f02094145580ea7920c6a1d9aabd5539 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Sat Sep 10 12:09:53 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 10 23:12:52 2016 -0700 |
tree | 1bedde4339e71fa07c4f73d27cfc807ec9220120 | |
parent | 9ee0034b8f49aaaa7e7c2da8db1038915db99c19 [diff] |
net: l3mdev: Add hook to output path This patch adds the infrastructure to the output path to pass an skb to an l3mdev device if it has a hook registered. This is the Tx parallel to l3mdev_ip{6}_rcv in the receive path and is the basis for removing the existing hook that returns the vrf dst on the fib lookup. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>