ovs-vsctl: Make waiting for ovs-vswitchd to reload work again.
[openvswitch] / datapath / odp-compat.h
index fc6faa5346f29de8cef4fedb30ec1ff8cbcd4359..669a5216a872bc4eabbcb40a0f620c7324a4f81c 100644 (file)
@@ -15,7 +15,7 @@
 #include "openvswitch/datapath-protocol.h"
 #include <linux/compat.h>
 
-#define ODP_VPORT_LIST32       _IOWR('O', 10, struct compat_odp_portvec)
+#define ODP_PORT_LIST32                _IOWR('O', 10, struct compat_odp_portvec)
 #define ODP_FLOW_GET32         _IOWR('O', 13, struct compat_odp_flow)
 #define ODP_FLOW_PUT32         _IOWR('O', 14, struct compat_odp_flow)
 #define ODP_FLOW_LIST32                _IOWR('O', 15, struct compat_odp_flowvec)