commit | a6465350ef495f5cbd76a3e505d25a01d648477e | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Thu May 17 16:36:33 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 17 16:50:06 2018 -0400 |
tree | 0413bf24c063f5b4e758191b3dc7ade7cad08f17 | |
parent | a483373ead61e6079bc8ebe27e2dfdb2e3c1559f [diff] |
net: ip6_gre: Split up ip6gre_tnl_change() Split a reusable function ip6gre_tnl_copy_tnl_parm() from ip6gre_tnl_change(). This will allow ERSPAN-specific code to reuse the common parts while customizing the behavior for ERSPAN. Fixes: 5a963eb61b7c ("ip6_gre: Add ERSPAN native tunnel support") Signed-off-by: Petr Machata <petrm@mellanox.com> Acked-by: William Tu <u9012063@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>