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

Fix Ubuntu arp settings #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jjo93sa
Copy link
Contributor

@jjo93sa jjo93sa commented Jan 10, 2025

The default ARP config in Ubuntu is to reply for MAC requests on any interface for any IP configured on the local interfaces. This breaks networking scenarios (tested with RoCE) where more than one interface with an IP is connected to a network.

The proposed change amends the default behaviour to act as expected - i.e. to reply only if the target IP address is local address configured on the incoming interface. However, the arp role can also be used to amend behaviour as required.

@jjo93sa jjo93sa requested a review from a team as a code owner January 10, 2025 16:33
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.

1 participant