]> git.proxmox.com Git - mirror_ovs.git/commit
datapath: ip6_gre: Split up ip6gre_tnl_change()
authorWilliam Tu <u9012063@gmail.com>
Tue, 29 May 2018 12:55:01 +0000 (05:55 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 29 May 2018 23:23:57 +0000 (16:23 -0700)
commitec7f30a33ed770c8beb26ccca9cba63a89fbce08
tree0796ed2d1ec3ce2433e86a8b27d61692abc8259e
parent9847f8ba9fa1444dd8c4551b1e201dff56a9c658
datapath: ip6_gre: Split up ip6gre_tnl_change()

commit a6465350ef495f5cbd76a3e505d25a01d648477e
Author: Petr Machata <petrm@mellanox.com>
Date:   Thu May 17 16:36:33 2018 +0200

    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>
Cc: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Tested-by: Greg Rose <gvrose8192@gmail.com>
datapath/linux/compat/ip6_gre.c