[arp_responder]: Add IPv6 support#2723
Merged
theasianpianist merged 4 commits intosonic-net:masterfrom Jan 5, 2021
Merged
Conversation
* Filter for both ARP and Neighbor Solicitation messages * Create Neighbor Adviretisement messages as configured to reply to NS messages Signed-off-by: Lawrence Lee <[email protected]>
lguohan
reviewed
Jan 4, 2021
lguohan
approved these changes
Jan 4, 2021
Signed-off-by: Lawrence Lee <[email protected]>
Contributor
Author
|
retest this please |
1 similar comment
Contributor
Author
|
retest this please |
prsunny
reviewed
Jan 5, 2021
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…lly (sonic-net#14750) src/sonic-swss * 96407be - (HEAD -> 202205, origin/202205) sonic-swss: Sync and program remote lag member status. (sonic-net#2730) (11 hours ago) [Sambath Kumar Balasubramanian] * 6051d33 - Fix race condition in sub-interface handling (sonic-net#2723) (11 hours ago) [Stephen Sun] * 7b95ec5 - [muxorch] handling multiple mux nexthops for route (sonic-net#2656) (11 hours ago) [Nikola Dancejic]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
messages
Signed-off-by: Lawrence Lee [email protected]
Description of PR
Summary:
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
ARP responder only supports IPv4 ARP requests/replies
How did you do it?
Add Neighbor Solicitation messages to the BPF query used to filter incoming packets
Distinguish ARP vs NDP messages based on length
Construct appropriate NA messages to reply to NS messages
How did you verify/test it?
Send NA messages from a machine to arp_responder running on a PTF, and verify that NS messages were sent back.
Run a set of nightly test cases to verify that existing ARP functionality was not impacted.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation