Open Kilda Java Documentation
plan-e.KildaSwitch Class Reference
Inheritance diagram for plan-e.KildaSwitch:

Public Member Functions

def __init__ (self, name, params)
 
def batchStartup (cls, switches, run=errRun)
 
def batchShutdown (cls, switches, run=errRun)
 

Detailed Description

Definition at line 22 of file plan-e.py.

Constructor & Destructor Documentation

◆ __init__()

def plan-e.KildaSwitch.__init__ (   self,
  name,
  params 
)

Definition at line 24 of file plan-e.py.

Member Function Documentation

◆ 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: