mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-parse: Set usable protocols in parse_ofp_meter_mod_str__().
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
b31e8700fa
commit
040f4db8ac
@@ -1370,7 +1370,7 @@ parse_ofp_meter_mod_str__(struct ofputil_meter_mod *mm, char *string,
|
||||
char *name;
|
||||
|
||||
/* Meters require at least OF 1.3. */
|
||||
*usable_protocols &= OFPUTIL_P_OF13_UP;
|
||||
*usable_protocols = OFPUTIL_P_OF13_UP;
|
||||
|
||||
switch (command) {
|
||||
case -1:
|
||||
|
Reference in New Issue
Block a user