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 IPv6 docker issue #965

Merged
merged 1 commit into from
Sep 9, 2017
Merged

Conversation

yuva29
Copy link
Contributor

@yuva29 yuva29 commented Aug 30, 2017

Branching #950 PR into 2

Docker containers were not getting IPv6 assigned due to a missing field in the response. So, this enables IPv6 on docker when the underlying network supports IPv6.

Signed-off-by: Yuva Shankar [email protected]

@yuva29 yuva29 force-pushed the fix_docker_ipv6_issue branch 3 times, most recently from 20de749 to 8c9ebcf Compare September 7, 2017 00:28
ofpPort := uint32(reflect.ValueOf(value).Float())
return ofpPort, nil
if reflect.ValueOf(value).Float() != -1 {
ofpPort := uint32(reflect.ValueOf(value).Float())
Copy link
Contributor

Choose a reason for hiding this comment

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

can't we simplify like this ?

if ofport:= xxxfunc(); ofport != -1 {
    return uint32(ofport), nil
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@yuva29 yuva29 force-pushed the fix_docker_ipv6_issue branch from 8c9ebcf to 6750d44 Compare September 7, 2017 21:38
Copy link
Contributor

@rchirakk rchirakk left a comment

Choose a reason for hiding this comment

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

LGTM

@yuva29 yuva29 force-pushed the fix_docker_ipv6_issue branch 2 times, most recently from 447e62b to 42969e6 Compare September 8, 2017 17:27
Note: Docker containers were not getting IPv6 assigned because
      netplugin was not giving it earlier

Signed-off-by: Yuva Shankar <[email protected]>
@yuva29 yuva29 force-pushed the fix_docker_ipv6_issue branch from 42969e6 to d111222 Compare September 8, 2017 21:09
@gkvijay gkvijay merged commit f7b77a0 into contiv:master Sep 9, 2017
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.

3 participants