Skip to content

Commit 2bd2568

Browse files
committed
Fix a typo in comment for _get_ofp_version
OpenFlow11 -> OpenFlow10 Change-Id: I2a501ccd32f5f7a39fd4bc746f00ca3f67bd98c1
1 parent ceb6320 commit 2bd2568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/worlddump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _header(name):
8383
# Compiled Dec 9 2015 14:08:08
8484
# OpenFlow versions 0x1:0x4
8585
#
86-
# The above shows that openvswitch supports from OpenFlow11 to OpenFlow13.
86+
# The above shows that openvswitch supports from OpenFlow10 to OpenFlow13.
8787
# This method gets max version searching 'OpenFlow versions 0x1:0x'.
8888
# And return a version value converted to an integer type.
8989
def _get_ofp_version():

0 commit comments

Comments
 (0)