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

Replace external arping binary execution with Go implementation #79

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

TothFerenc
Copy link
Contributor

What type of PR is this?
fix

What does this PR give to us:
fix IPv6 gARP issue, cleaner code

Which issue(s) this PR fixes:
Fixes #75

Special notes for your reviewer:
Now it produces valid gARP packet, but I keep it as WIP until I can test it on a bare metal system where I have access to the switches.

Does this PR introduce a user-facing change?:
NONE

pkg/danmep/ep.go Outdated Show resolved Hide resolved
@TothFerenc TothFerenc changed the title WIP: Replace external arping binary execution with Go implementation Replace external arping binary execution with Go implementation Apr 24, 2019
@TothFerenc
Copy link
Contributor Author

Tested it on bare metal environment: using ipvlan danmnets right after Pod creation MAC addresses are appeared in the VLAN specific MAC address table on the leaf switches.
Ready to merge.

@Levovar Levovar merged commit 17b4dfd into nokia:master Apr 25, 2019
@Levovar Levovar deleted the garp branch April 25, 2019 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gARP is not needed for IPv6
2 participants