Skip to content
Snippets Groups Projects
Commit 5383b0e6 authored by Bob Lantz's avatar Bob Lantz
Browse files

Update comment to reflect OVS patch link limits

parent 9d2e6404
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,9 @@ def ifconfig( self, cmd ):
class OVSLink( Link ):
"Link that makes patch links between OVSSwitches"
"""Link that makes patch links between OVSSwitches
Warning: in testing we have found that no more
than ~64 OVS patch links should be used in row."""
def __init__( self, node1, node2, **kwargs ):
"See Link.__init__() for options"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment