Link that makes patch links between OVSSwitches.
More...
|
def | __init__ (self, node1, node2, **kwargs) |
| See Link.__init__() for options.
|
|
def | makeIntfPair (self, *args, **kwargs) |
| Usually delegated to OVSSwitch.
|
|
def | __init__ (self, node1, node2, port1=None, port2=None, intfName1=None, intfName2=None, addr1=None, addr2=None, intf=Intf, cls1=None, cls2=None, params1=None, params2=None, fast=True, **params) |
| Create veth link to another node, making two new interfaces. More...
|
|
def | intfName (self, node, n) |
| Construct a canonical interface name node-ethN for interface n.
|
|
def | makeIntfPair (cls, intfname1, intfname2, addr1=None, addr2=None, node1=None, node2=None, deleteIntfs=True) |
| Create pair of interfaces. More...
|
|
def | delete (self) |
| Delete this link.
|
|
def | stop (self) |
| Override to stop and clean up link as needed.
|
|
def | status (self) |
| Return link status as a string.
|
|
def | __str__ (self) |
|
|
| isPatchLink |
|
| fast |
|
| intf2 |
|
| intf1 |
|
Link that makes patch links between OVSSwitches.
- Parameters
-
Warning | in 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: