mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
ofp-util: Fix typo in comment.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
@@ -1318,7 +1318,7 @@ ofputil_decode_hello_bitmap(const struct ofp_hello_elem_header *oheh,
|
||||
|
||||
/* Only use the first 32-bit element of the bitmap as that is all the
|
||||
* current implementation supports. Subsequent elements are ignored which
|
||||
* should have no effect on session negotiation until Open vSwtich supports
|
||||
* should have no effect on session negotiation until Open vSwitch supports
|
||||
* wire-protocol versions greater than 31.
|
||||
*/
|
||||
allowed_versions = ntohl(bitmap[0]);
|
||||
|
Reference in New Issue
Block a user