mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
datapath: Add ODPP_NORMAL constant.
Some (out-of-tree) datapaths want to pass OFPP_NORMAL up to the datapath. For now add ODPP_NORMAL. In the long run we may want to use OFPP_ port numbers in the datapath interface. Reported-by: Jean Tourrilhes <jt@hpl.hp.com>
This commit is contained in:
@@ -107,6 +107,7 @@ struct odp_stats {
|
||||
/* Logical ports. */
|
||||
#define ODPP_LOCAL ((__u16)0)
|
||||
#define ODPP_NONE ((__u16)-1)
|
||||
#define ODPP_NORMAL ((__u16)-2)
|
||||
|
||||
/* Listening channels. */
|
||||
#define _ODPL_MISS_NR 0 /* Packet missed in flow table. */
|
||||
|
Reference in New Issue
Block a user