summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2013-03-15 10:46:33 -0700
committerJesse Gross <jesse@nicira.com>2013-03-15 12:45:41 -0700
commitb093fa6123316d2e5bff354e5bdc9c55a6fd4c33 (patch)
treeedba11b77a638a54b3553e39a532761c22afd6dd
parent05a5321ec39b8f8bae0c2f0f7c2119de05173082 (diff)
downloadopenvswitch-b093fa6123316d2e5bff354e5bdc9c55a6fd4c33.tar.gz
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 <jesse@nicira.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
-rw-r--r--include/linux/openvswitch.h9
1 files changed, 0 insertions, 9 deletions
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 {