Valve Manager base class
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.
install flows in response to a new port
install flows in response to a new VLAN
delete flows in response to a port removal
delete flows in response to a VLAN removal
initialise tables controlled by this manager.
flows in response to updating an existing VLAN.