Mininet Python API Reference Manual
Public Member Functions | Public Attributes | List of all members
mininet.link.OVSLink Class Reference

Link that makes patch links between OVSSwitches. More...

Inheritance diagram for mininet.link.OVSLink:
mininet.link.Link

Public Member Functions

def __init__ (self, node1, node2, **kwargs)
 See Link.__init__() for options.
 
def makeIntfPair (self, *args, **kwargs)
 Usually delegated to OVSSwitch.
 

Public Attributes

 isPatchLink
 

Detailed Description

Link that makes patch links between OVSSwitches.

Parameters
Warningin testing we have found that no more than ~64 OVS patch links should be used in row.

The documentation for this class was generated from the following file: