Hello, I am trying to code a module that need to performs some action when other modules (or the same module that is beside the point) install a flow rule on a switch. Is there an event that is raised automatically when a flow is installed?
i.e. like _handle_PacketIn is raised to handle new packets or _handle_FlowRemoved is raised when a flow entry is removed? Or i have to manually perform what action i need, by finding the exact lines of code that install flow rules and add the actions i need to be performed just below?