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

fix: failed to add eip #1898

Merged
merged 1 commit into from
Sep 9, 2022
Merged

fix: failed to add eip #1898

merged 1 commit into from
Sep 9, 2022

Conversation

ShaPoHun
Copy link
Contributor

@ShaPoHun ShaPoHun commented Sep 8, 2022

What type of this PR

Examples of user facing changes:

  • Bug fixes
    add eip所使用的arping -s遇到arp回多个包,会造成eip创建失败。

Which issue(s)

在我使用的环境中,出现arp代答(arping 一个包发出会出现2个同样的回包),造成了eip创建失败。

this PR fixes:
使用arping -D 参数代替arping -s

[root@hci-dev-mst-1 ~]# arping --help
arping: invalid option -- '-'
Usage: arping [-fqbDUAV] [-c count] [-w timeout] [-I device] [-s source] destination
  -D : duplicate address detection mode
  -s source : source ip address

The -D option specifies duplicate address detection mode (DAD). It returns exit status 0, if DAD succeeded i.e. no replies are received.

@oilbeater oilbeater added bug Something isn't working need backport labels Sep 9, 2022
@oilbeater oilbeater merged commit 5befab4 into kubeovn:master Sep 9, 2022
@ShaPoHun ShaPoHun deleted the failed-add-eip branch September 16, 2022 06:35
oilbeater pushed a commit that referenced this pull request Sep 16, 2022
Co-authored-by: chenjianhui <chenjianhui@yealink.com>
(cherry picked from commit 5befab4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need backport
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants