Definition at line 22 of file plan-e.py.
◆ __init__()
def plan-e.KildaSwitch.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
params |
|
) |
| |
◆ batchShutdown()
def plan-e.KildaSwitch.batchShutdown |
( |
|
cls, |
|
|
|
switches, |
|
|
|
run = errRun |
|
) |
| |
Mininet looks for this during stop(). It exists in OVSSwitch. Kilda, at the moment,
doesn't like this batch operation (and it shouldn't be done in batch)
Definition at line 41 of file plan-e.py.
◆ batchStartup()
def plan-e.KildaSwitch.batchStartup |
( |
|
cls, |
|
|
|
switches, |
|
|
|
run = errRun |
|
) |
| |
Mininet looks for this during stop(). It exists in OVSSwitch. Kilda, at the moment,
doesn't like this batch operation (and it shouldn't be done in batch)
Definition at line 29 of file plan-e.py.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/mininet/app/examples/plan-e.py