Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

of-dpa: only notify about idle timed out bridging table flows #445

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

KanjiMonster
Copy link
Contributor

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")

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]>
@KanjiMonster KanjiMonster force-pushed the jogo_filter_bridging_table_events branch from 6e8a84c to 086738f Compare August 12, 2024 08:19
@rubensfig rubensfig merged commit ff50047 into main Aug 15, 2024
5 checks passed
@rubensfig rubensfig deleted the jogo_filter_bridging_table_events branch August 15, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants