[arp_responder] Let arp_responder send reply when there is no vlan#2346
Merged
lguohan merged 1 commit intosonic-net:masterfrom Oct 15, 2020
Merged
[arp_responder] Let arp_responder send reply when there is no vlan#2346lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
tahmed-dev
approved these changes
Oct 14, 2020
Contributor
tahmed-dev
left a comment
There was a problem hiding this comment.
Thanks for the great work @shi-su
theasianpianist
approved these changes
Oct 14, 2020
Contributor
|
@bingwang-ms for visibility |
prsunny
approved these changes
Oct 14, 2020
Collaborator
|
Thanks for the quick fix @shi-su |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update sonic-utilities submodule pointer to include the following: * [route_check]: Ignore standalone tunnel routes (sonic-net#2325) ([sonic-net#2346](sonic-net/sonic-utilities#2346)) * [VRF]Adding CLI checks to ensure Vrf is valid in interface bind and static route commands ([sonic-net#2333](sonic-net/sonic-utilities#2333)) * Subinterface vrf bind issue fix ([sonic-net#2211](sonic-net/sonic-utilities#2211)) * [decode-syseeprom] Fix setting use_db based on support_eeprom_db ([sonic-net#2270](sonic-net/sonic-utilities#2270)) * Fix vrf UT failed issue ([sonic-net#2309](sonic-net/sonic-utilities#2309)) Signed-off-by: dprital <[email protected]> Signed-off-by: dprital <[email protected]>
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.
Description of PR
Summary: Let arp_responder send reply when there is no vlan
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
The arp_responder should send reply even if there is no vlan. This logic got changed in a recent commit #2236
How did you do it?
Add a vlan_id of None when there is no vlan. As such, the arp_responder could send the proper reply.
How did you verify/test it?
Verified by testing locally.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation