]> git.proxmox.com Git - ovs.git/commit
compat: Remove duplicate metadata destination code
authorGreg Rose <gvrose8192@gmail.com>
Wed, 3 Jul 2019 17:04:53 +0000 (10:04 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 3 Jul 2019 18:16:21 +0000 (11:16 -0700)
commitb943fba797e389ed81f442e184788e6f3570d9d2
tree292a965bc71e421143b706e88cfa70284149037c
parent998bfdccf5c39630446b37449205ecc43894585f
compat: Remove duplicate metadata destination code

ip_gre.c and ip6_gre.c both had duplicate code for handling the tunnel
metadata destinations.  Move the duplicate code over into the right
header file, dst_metadata.h.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Acked-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath/linux/compat/include/net/dst_metadata.h
datapath/linux/compat/ip6_gre.c
datapath/linux/compat/ip_gre.c