Valve Manager base class
faucet.valve_manager_base.
ValveManagerBase
Bases: object
object
Base class for ValveManager objects.
Expected to control the installation of flows into datapath tables.
Ideally each datapath table should be controlled by 1 manager only.
add_port
install flows in response to a new port
add_vlan
install flows in response to a new vlan
del_port
delete flows in response to a port removal
del_vlan
delete flows in response to a vlan removal
initialise_tables
initialise tables controlled by this manager