[ovs-dev] [netlink flows v2 04/12] datapath: Remove ODPP_NORMAL macro.

Ben Pfaff blp at nicira.com
Tue Dec 28 22:32:59 UTC 2010


This macro hasn't ever been used.

Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 include/openvswitch/datapath-protocol.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h
index b8f93de..6bab4bc 100644
--- a/include/openvswitch/datapath-protocol.h
+++ b/include/openvswitch/datapath-protocol.h
@@ -131,7 +131,6 @@ struct odp_stats {
 /* Logical ports. */
 #define ODPP_LOCAL      ((uint16_t)0)
 #define ODPP_NONE       ((uint16_t)-1)
-#define ODPP_NORMAL     ((uint16_t)-2)
 
 /* Listening channels. */
 #define _ODPL_MISS_NR   0       /* Packet missed in flow table. */
-- 
1.7.1





More information about the dev mailing list