commit | 8eb30be0352d09165e94a41fef1c7b994dca0714 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Fri Apr 29 17:12:18 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 02 19:23:31 2016 -0400 |
tree | 06b2c8e831f66279c6acd772bf2830d4bea0bc2f | |
parent | 308edfdf1563f78e93ebda9aee608279de1c5898 [diff] |
ipv6: Create ip6_tnl_xmit This patch renames ip6_tnl_xmit2 to ip6_tnl_xmit and exports it. Other users like GRE will be able to call this. The original ip6_tnl_xmit function is renamed to ip6_tnl_start_xmit (this is an ndo_start_xmit function). Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>