From: Jesse Gross Date: Fri, 15 Mar 2013 17:46:33 +0000 (-0700) Subject: datapath: Remove old patch interface definitions. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~59 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=b093fa6123316d2e5bff354e5bdc9c55a6fd4c33 datapath: Remove old patch interface definitions. Patch ports have been completely moved to userspace at this point but one part of the interface remained. It's no longer used by either userspace or kernel so this deletes it. Signed-off-by: Jesse Gross Acked-by: Pravin B Shelar --- diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index 3556fddeb..0dd3ee4f8 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -234,15 +234,6 @@ enum ovs_vport_attr { #define OVS_VPORT_ATTR_MAX (__OVS_VPORT_ATTR_MAX - 1) -/* OVS_VPORT_ATTR_OPTIONS attributes for patch vports. */ -enum { - OVS_PATCH_ATTR_UNSPEC, - OVS_PATCH_ATTR_PEER, /* name of peer vport, as a string */ - __OVS_PATCH_ATTR_MAX -}; - -#define OVS_PATCH_ATTR_MAX (__OVS_PATCH_ATTR_MAX - 1) - /* OVS_VPORT_ATTR_OPTIONS attributes for tunnels. */ enum {