mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
Add support for 'hard_timeout' in OF1.2 flow_removed message.
ofputil_decode_flow_removed() doesn't yet support OF1.2 at all so that piece is missing but this otherwise should be complete. CC: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -248,6 +248,7 @@ struct ofputil_flow_removed {
|
||||
uint32_t duration_sec;
|
||||
uint32_t duration_nsec;
|
||||
uint16_t idle_timeout;
|
||||
uint16_t hard_timeout;
|
||||
uint64_t packet_count; /* Packet count, UINT64_MAX if unknown. */
|
||||
uint64_t byte_count; /* Byte count, UINT64_MAX if unknown. */
|
||||
};
|
||||
|
Reference in New Issue
Block a user