mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ofp-util: Flow Dump Protocol for OpenFlow 12
Allow only OpenFlow 12 as a flow dump protocol. The implementation of set_protocol_for_flow_dump ensures that this will only be selected if an OpenFlow12 connection has been negotiated. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -588,6 +588,7 @@ static const struct proto_abbrev proto_abbrevs[] = {
|
||||
#define N_PROTO_ABBREVS ARRAY_SIZE(proto_abbrevs)
|
||||
|
||||
enum ofputil_protocol ofputil_flow_dump_protocols[] = {
|
||||
OFPUTIL_P_OF12_OXM,
|
||||
OFPUTIL_P_OF10_NXM,
|
||||
OFPUTIL_P_OF10_STD,
|
||||
};
|
||||
|
Reference in New Issue
Block a user