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

Make IPv6 Great Again #826

Closed
wants to merge 2 commits into from
Closed

Make IPv6 Great Again #826

wants to merge 2 commits into from

Commits on Aug 2, 2016

  1. Allow IPAM plugins to opt out of assigning an address

    Allow IPAM plugins to return ipamapi.ErrNoIPReturned to indicate that
    no address of the particular address family should be assigned.
    
    Since this is a newly introduced error, there is no risk of an existing
    plugin mistakenly switching to this behaviour.
    
    Signed-off-by: Thomas Graf <[email protected]>
    tgraf committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    74a24d5 View commit details
    Browse the repository at this point in the history
  2. Do not require ipamV6Config if IPv6 is enabled for network

    This brings IPv6 in line with IPv4 behaviour which does not require the
    presence of an ipamV6Config on the network in order to trigger
    allocating an address.
    
    Since the enableIPv6 flag is an opt-in, this change does not alter the
    default behaviour. The user has clearly indicated intent by explicitly
    enabling the flag.
    
    Signed-off-by: Thomas Graf <[email protected]>
    tgraf committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    3f23918 View commit details
    Browse the repository at this point in the history