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

Fixed docstrings for switch arg: name.

parent d44a5843
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ class KernelSwitch( Switch ):
def __init__( self, name, dp=None, **kwargs ):
"""Init.
name:
name: name for switch
dp: netlink id (0, 1, 2, ...)
defaultMAC: default MAC as string; random value if None"""
Switch.__init__( self, name, **kwargs )
......@@ -441,7 +441,7 @@ class OVSKernelSwitch( Switch ):
def __init__( self, name, dp=None, **kwargs ):
"""Init.
name: name of switch
name: name for switch
dp: netlink id (0, 1, 2, ...)
defaultMAC: default MAC as unsigned int; random value if None"""
Switch.__init__( self, name, **kwargs )
......
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