diff options
author | Jarno Rajahalme <jarno@ovn.org> | 2016-11-14 13:24:55 -0800 |
---|---|---|
committer | Jarno Rajahalme <jarno@ovn.org> | 2016-11-14 13:24:55 -0800 |
commit | 50b73fe16586ab18e5822ba9e952dd2fec539cf7 (patch) | |
tree | 37570a9dea10ba3380c177e1a4e963832b516578 /tests/ofproto.at | |
parent | 14bf7951a2da2253619390e81fa9c54f92751068 (diff) | |
download | openvswitch-50b73fe16586ab18e5822ba9e952dd2fec539cf7.tar.gz |
ofproto: Return the OFPC_BUNDLES bit in switch features reply.
Add definitions for the OpenFlow 1.4.1/1.5 specific capabilities bits
OFPC14_BUNDLES and OFPC14_FLOW_MONITORING. Return the bundles
capability bit in switch features reply.
Reported-by: Andrej Leitner <andrej.leitner@pantheon.tech>
Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests/ofproto.at')
-rw-r--r-- | tests/ofproto.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ofproto.at b/tests/ofproto.at index 3964f1cd4..d360b7a94 100644 --- a/tests/ofproto.at +++ b/tests/ofproto.at @@ -1242,7 +1242,7 @@ do AT_CHECK_UNQUOTED([strip_xids < stdout], [0], [dnl OFPT_FEATURES_REPLY (OF1.4): dpid:fedcba9876543210 n_tables:254, n_buffers:0 -capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS +capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS BUNDLES OFPST_PORT_DESC reply (OF1.4): LOCAL(br0): addr:aa:55:aa:55:00:00 config: $config |