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

lib/net: enable multicast addresses if IPv6 is enabled #716

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

AltraMayor
Copy link
Owner

IPv6's protocol ND requires multicast.

Most DPDK's drivers have multicast enabled by default, but a few drivers have it disabled by default.
Drivers known to have multicast disabled by default are the bonding driver when LACP is being used and the i40e driver.

IPv6's protocol ND requires multicast.

Most DPDK's drivers have multicast enabled by default,
but a few drivers have it disabled by default.
Drivers known to have multicast disabled by default are
the bonding driver when LACP is being used and the i40e driver.
@AltraMayor AltraMayor added the bug label Nov 19, 2024
@AltraMayor AltraMayor added this to the Version 1.2 milestone Nov 19, 2024
@AltraMayor
Copy link
Owner Author

This pull request solves the IPv6 interoperability issue identified in production with the i40e driver.

@AltraMayor AltraMayor merged commit 23c7c38 into master Nov 25, 2024
1 check passed
@AltraMayor AltraMayor deleted the ipv6_mc branch November 25, 2024 19:45
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.

1 participant