Update comment to reflect OVS patch link limits

This commit is contained in:
Bob Lantz
2015-01-15 02:07:00 -08:00
parent 9d2e6404b3
commit 5383b0e603
+3 -1
View File
@@ -497,7 +497,9 @@ class OVSIntf( Intf ):
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"