mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove Messages
Previously this field was ignored on decode and set to zero on encode Signed-off-by: Simon Horman <horms@verge.net.au> [blp@nicira.com changed "missing" value, removed OFPTT_ALL] Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -243,6 +243,7 @@ struct ofputil_flow_removed {
|
||||
uint16_t priority;
|
||||
ovs_be64 cookie;
|
||||
uint8_t reason; /* One of OFPRR_*. */
|
||||
uint8_t table_id; /* 255 if message didn't include table ID. */
|
||||
uint32_t duration_sec;
|
||||
uint32_t duration_nsec;
|
||||
uint16_t idle_timeout;
|
||||
|
Reference in New Issue
Block a user