Skip to content

Conversation

@raja-rajasekar
Copy link
Contributor

Ignore netlink interface message if it has only promiscuity attribute change

@frrbot frrbot bot added the zebra label Dec 3, 2025
@raja-rajasekar raja-rajasekar force-pushed the rajasekarr/promiscuity branch 3 times, most recently from 45914f4 to 68ad1a3 Compare December 3, 2025 09:50
@raja-rajasekar
Copy link
Contributor Author

ci:rerun



if (tb[IFLA_PROMISCUITY])
dplane_ctx_set_ifp_promiscuity(ctx, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do you handle 'false' - I mean what if the promiscuity toggles from 'true' back to 'false' ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, not sure why complicate it earlier.. changed logic to simple... if promiscuity is the only change, drop the msg (Dont even enqueu the ctx)

Ignore netlink interface message if it has only promiscuity attribute change

Signed-off-by: Vijayalaxmi Basavaraj <[email protected]>

Signed-off-by: Rajasekar Raja <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants