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

Enabling ipv6 support on docker container network. #5418

Merged
merged 1 commit into from
Sep 22, 2020

Commits on Sep 21, 2020

  1. Enabling ipv6 support on docker container network. This is needed

    for ipv6 communication between container and host in multi-asic
    platforms. Address is assign is private address space of fd::/80
    with prefix len selected as 80 so that last 48 bits can be
    container mac address and and you prevent NDP neighbor cache
    invalidation issues in the Docker layer.
    
    Ref: https://docs.docker.com/config/daemon/ipv6/
    Ref:https://medium.com/@skleeschulte/how-to-enable-ipv6-for-docker-containers-on-ubuntu-18-04-c68394a219a2
    
    Signed-off-by: Abhishek Dosi <abdosi@abdosi-ubuntu-vm0.nwp1qucpfg5ejooejenqshkj3e.cx.internal.cloudapp.net>
    Abhishek Dosi committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    7c027d8 View commit details
    Browse the repository at this point in the history