Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
of-dpa: only notify about idle timed out bridging table flows
controller::handle_bridging_table_rm() will be called for various reasons, but we actually only care for one, the idle timeout. Especially we don't care about flows being removed which we deleted ourselves, so ignore any that aren't idle timeouts. This avoid us trying to handle flows removals we initiated, or having to detect them. Fixes: 291591d ("l2 aging added") Signed-off-by: Jonas Gorski <[email protected]>
- Loading branch information