← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1527000] Re: ra/address modes for IPv6 prefix delegation subnets not enforced

 

Reviewed:  https://review.openstack.org/258754
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d41d423df3cfdd14d546f36745d33431cc293029
Submitter: Jenkins
Branch:    master

commit d41d423df3cfdd14d546f36745d33431cc293029
Author: John Davidge <jodavidg@xxxxxxxxx>
Date:   Wed Dec 16 16:42:47 2015 -0800

    Prevent PD subnets with incorrect IPv6 modes
    
    This patch prevents the creation of IPv6 Prefix Delegation enabled
    subnets with any values other than slaac or dhcpv6-stateless for
    ipv6_ra_mode and ipv6_address_mode.
    
    Also includes new tests to prevent future regressions.
    
    Change-Id: I2e3cd4dda185e478b0f97eb8511e64ad2b83a2cf
    Closes-Bug: 1527000


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1527000

Title:
  ra/address modes for IPv6 prefix delegation subnets not enforced

Status in neutron:
  Fix Released

Bug description:
  IPv6 PD subnets must use IPV6_SLAAC or DHCPV6_STATELESS for ra/address
  modes, but currently ATTR_NOT_SPECIFIED is being allowed as well.

  Problems can occur when ATTR_NOT_SPECIFIED is used, as various
  assumptions are made that depend upon all PD subnets being auto
  address subnets.

  We should reject subnet_create requests that do not specify either
  IPV6_SLAAC or DHCPV6_STATELESS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1527000/+subscriptions


References