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

feature: detect ipv4 address conflict in underlay #2208

Merged
merged 9 commits into from
Jan 4, 2023

Conversation

zhangzujian
Copy link
Member

What type of this PR

  • Features

Which issue(s) this PR fixes:

Fixes #2031

@zhangzujian zhangzujian added the feature New network feature label Jan 1, 2023
mac, err := util.ArpDetectIPConflict(link, ip, macAddr)
if err != nil {
err = fmt.Errorf("failed to detect address conflict for %s on link %s: %v", ip, link, err)
klog.Error(err)

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1).
@zhangzujian zhangzujian marked this pull request as ready for review January 1, 2023 11:28
@zhangzujian zhangzujian merged commit cbde65e into kubeovn:master Jan 4, 2023
@zhangzujian zhangzujian deleted the ipv4-conflict-detection branch January 4, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New network feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect address conflict when create underlay pod
2 participants