Skip to content

CA-400272: pool.set_igmp_snooping_enabled: ignore non-managed PIFs #6259

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

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

robhoes
Copy link
Member

@robhoes robhoes commented Jan 28, 2025

The call currently calls network.attach on all networks, but this fails for PIFs that are not managed by xapi. Simply skip those.

The call currently calls `network.attach` on all networks, but this
fails for PIFs that are not managed by xapi. Simply skip those.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
@lindig
Copy link
Contributor

lindig commented Jan 28, 2025

The code makes the condition for attach harder - more criteria must be met, in particular, the PIF must be managed.

@robhoes robhoes added this pull request to the merge queue Jan 28, 2025
Merged via the queue into xapi-project:master with commit 03e82b6 Jan 28, 2025
15 checks passed
@robhoes robhoes deleted the igmp branch January 28, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants