-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[202405] arp_evict_nocarrier
doesn't work for non-port-channels
#21075
Labels
Triaged
this issue has been triaged
Comments
I see the same behavior on CW2 (single-asic) LC. Ethernet interfaces don't see the ARP preserved:
While PortChannel interfaces do see the ARP preserved:
|
@prsunny for viz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this issue via the
ipfwd/test_nhop_group.py::test_nhop_group_interface_flap
sonic-mgmt test on 202405 on T2 devices.The test does the following from a high level:
arp_evict_nocarrier=0
for our egress portHere is the results if I run on an Ethernet port (ARP is evicted):
Here is the results if I run on an PortChannel port (ARP isn't evicted):
The text was updated successfully, but these errors were encountered: