Definition at line 43 of file rest.py.
◆ __init__()
def kilda.mininet.rest.KildaSwitch.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
params |
|
) |
| |
◆ batchShutdown()
def kilda.mininet.rest.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 62 of file rest.py.
◆ batchStartup()
def kilda.mininet.rest.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 50 of file rest.py.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/mininet/kilda/mininet/rest.py