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

Medium: IPaddr2: fix waiting the completion of IPv6 address allocation #181

Merged
merged 1 commit into from
Nov 21, 2012

Conversation

kskmori
Copy link

@kskmori kskmori commented Nov 21, 2012

Make sure the IPv6 address allocation has completed by checking
a tentative flag in the ip command output rather than using ping.
Using ping may cause IPv6 duplicate address detection fail in
LVS configuration. The behavior may vary depending on the kernel version.

See below for details:
#180

Make sure the IPv6 address allocation has completed by checking
a tentative flag in the ip command output rather than using ping.
Using ping may cause IPv6 duplicate address detection fail in
LVS configuration. The behavior may vary depending on the kernel version.

See below for details:
  ClusterLabs#180
dmuhamedagic added a commit that referenced this pull request Nov 21, 2012
Medium: IPaddr2: fix waiting the completion of IPv6 address allocation
@dmuhamedagic dmuhamedagic merged commit 0614b17 into ClusterLabs:master Nov 21, 2012
@dmuhamedagic
Copy link
Contributor

Thanks for the patch! I just declared i as a local variable and a few more cosmetic changes.

@kskmori
Copy link
Author

kskmori commented Nov 22, 2012

Oh, right. Thanks for the correction.

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.

None yet

2 participants