-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
zebra: Remove static ARP entries on interface down events #14698
zebra: Remove static ARP entries on interface down events #14698
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
ci:rerun AS stuck |
@Mergifyio backport dev/9.1 |
✅ Backports have been created
|
53140d1
to
490d220
Compare
490d220
to
6348c81
Compare
ci:rerun stuck CI |
ci:rerun related to FRRouting/netdef-ci-github-app#16 |
6348c81
to
2798506
Compare
ci:rerun Address-sanitizer detected crash, but CI job hung because of disabled hang detection. |
@ton31337 Address-Sanitizer seems to be detecting issues. Take a look at the logs of the recent CI build (https://ci1.netdef.org/browse/FRR-PULLREQ3-528) |
Without this patch, static ARP entries remain active even if the interface is down, but the kernel already removed them. Signed-off-by: Donatas Abraitis <[email protected]>
2798506
to
a35bb7e
Compare
zebra: Remove static ARP entries on interface down events (backport #14698)
Without this patch, static ARP entries remain active even if the interface is down, but the kernel already removed them.
Closes #14652