commit | ffce41962ef64b8e685e5b621caf24bf381addd9 | [log] [tgz] |
---|---|---|
author | Roopa Prabhu <roopa@cumulusnetworks.com> | Tue Jul 21 10:43:49 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 10:39:04 2015 -0700 |
tree | a731e4ae211389d6ab5f722177379975a918b54f | |
parent | 19e42e45150672124b6a4341e2bc7982d247f0ac [diff] |
lwtunnel: support dst output redirect function This patch introduces lwtunnel_output function to call corresponding lwtunnels output function to xmit the packet. It adds two variants lwtunnel_output and lwtunnel_output6 for ipv4 and ipv6 respectively today. But this is subject to change when lwtstate will reside in dst or dst_metadata (as per upstream discussions). Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>