commit | a967fc20ac44552c995aafee56cc5546152278c2 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Wed Aug 28 15:31:17 2013 -0700 |
committer | abat <abat@bigswitch.com> | Wed Aug 28 15:31:17 2013 -0700 |
tree | 39f9b1067a00faf76537b4ecebb94d1313e07993 | |
parent | 0c34bce7cb0c4cfd98104bda5be9b56a7bd7982d [diff] | |
parent | 1a47c1c6aa8ecdb740bdbdb8a4c2922757e04405 [diff] |
Merge into master from pull request #50: openflow_input: add flags field to OF 1.3 flow stats entry (https://github.com/floodlight/loxigen/pull/50)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3 index b9c5475..b70c0e9 100644 --- a/openflow_input/standard-1.3 +++ b/openflow_input/standard-1.3
@@ -1177,7 +1177,8 @@ uint16_t priority; uint16_t idle_timeout; uint16_t hard_timeout; - pad(6); + uint16_t flags; + pad(4); uint64_t cookie; uint64_t packet_count; uint64_t byte_count;