Restore incorrectly placed docstring
This commit is contained in:
+1
-2
@@ -530,9 +530,8 @@ class OVSLink( Link ):
|
|||||||
than ~64 OVS patch links should be used in row."""
|
than ~64 OVS patch links should be used in row."""
|
||||||
|
|
||||||
def __init__( self, node1, node2, **kwargs ):
|
def __init__( self, node1, node2, **kwargs ):
|
||||||
from mininet.node import OVSSwitch
|
|
||||||
|
|
||||||
"See Link.__init__() for options"
|
"See Link.__init__() for options"
|
||||||
|
from mininet.node import OVSSwitch
|
||||||
self.isPatchLink = False
|
self.isPatchLink = False
|
||||||
if ( isinstance( node1, OVSSwitch ) and
|
if ( isinstance( node1, OVSSwitch ) and
|
||||||
isinstance( node2, OVSSwitch ) ):
|
isinstance( node2, OVSSwitch ) ):
|
||||||
|
|||||||
Reference in New Issue
Block a user