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

node: Misc neighbor related changes #14070

Merged
merged 2 commits into from
Nov 19, 2020
Merged

node: Misc neighbor related changes #14070

merged 2 commits into from
Nov 19, 2020

Conversation

brb
Copy link
Member

@brb brb commented Nov 18, 2020

See commit msgs.

Fix #10341


Marked for backporting, because the fix for #12824, which is going to be backported, relies on the changes in this PR.

* Add missing logfields
* Inline neighborLog and get rid of debug statement
* Convert the code to be more idiomatic

Signed-off-by: Martynas Pumputis <m@lambda.lt>
The unit test checks whether permanent arp entries for a remote node are
properly handled, i.e. added upon node update and removed upon node
removal.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
@brb brb added pending-review area/daemon Impacts operation of the Cilium daemon. release-note/misc This PR makes changes that have no direct user impact. labels Nov 18, 2020
@brb brb requested a review from a team November 18, 2020 14:35
@brb brb requested a review from a team as a code owner November 18, 2020 14:35
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Nov 18, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.9.1 Nov 18, 2020
@brb brb requested a review from jrfastab November 18, 2020 14:35
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.8.6 Nov 18, 2020
@brb brb requested a review from kaworu November 18, 2020 14:35
@brb
Copy link
Member Author

brb commented Nov 18, 2020

retest-runtime

Copy link
Member

@nathanjsweet nathanjsweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice clean up!

@nathanjsweet
Copy link
Member

test-me-please

@nathanjsweet nathanjsweet merged commit c5ed9ae into master Nov 19, 2020
@nathanjsweet nathanjsweet deleted the pr/brb/arping-misc branch November 19, 2020 16:05
This was referenced Nov 21, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.9 in 1.9.1 Nov 21, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.9 in 1.9.1 Nov 21, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.9 to Backport done to v1.9 in 1.9.1 Nov 23, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.8 in 1.8.6 Nov 23, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.8 in 1.8.6 Nov 23, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.8 to Backport done to v1.8 in 1.8.6 Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/daemon Impacts operation of the Cilium daemon. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.6
Backport done to v1.8
1.9.1
Backport done to v1.9
Development

Successfully merging this pull request may close these issues.

Add unit tests for neighbor (ARP) management
7 participants