Merge "Fix a typo in comment for _get_ofp_version"
This commit is contained in:
commit
5df868e83d
@ -83,7 +83,7 @@ def _header(name):
|
|||||||
# Compiled Dec 9 2015 14:08:08
|
# Compiled Dec 9 2015 14:08:08
|
||||||
# OpenFlow versions 0x1:0x4
|
# OpenFlow versions 0x1:0x4
|
||||||
#
|
#
|
||||||
# The above shows that openvswitch supports from OpenFlow11 to OpenFlow13.
|
# The above shows that openvswitch supports from OpenFlow10 to OpenFlow13.
|
||||||
# This method gets max version searching 'OpenFlow versions 0x1:0x'.
|
# This method gets max version searching 'OpenFlow versions 0x1:0x'.
|
||||||
# And return a version value converted to an integer type.
|
# And return a version value converted to an integer type.
|
||||||
def _get_ofp_version():
|
def _get_ofp_version():
|
||||||
|
Loading…
Reference in New Issue
Block a user