← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1373410] [NEW] Can't update ipv6-ra-mode or ipv6-address-mode for a ipv6 subnet

 

Public bug reported:

$ neutron subnet-create --ip-version 6 --name mysub --ipv6-ra-mode slaac private 2001:1::/64
Created a new subnet:
+-------------------+--------------------------------------------------------------+
| Field             | Value                                                        |
+-------------------+--------------------------------------------------------------+
| allocation_pools  | {"start": "2001:1::2", "end": "2001:1::ffff:ffff:ffff:fffe"} |
| cidr              | 2001:1::/64                                                  |
| dns_nameservers   |                                                              |
| enable_dhcp       | True                                                         |
| gateway_ip        | 2001:1::1                                                    |
| host_routes       |                                                              |
| id                | d767b839-1258-4282-b5db-816024d14d7d                         |
| ip_version        | 6                                                            |
| ipv6_address_mode |                                                              |
| ipv6_ra_mode      | slaac                                                        |
| name              | mysub                                                        |
| network_id        | 145596e3-8098-48c1-98c7-4ba04242090d                         |
| tenant_id         | 358c86130343491696987e1bffe9cb12                             |
+-------------------+--------------------------------------------------------------+
$ neutron subnet-update --ipv6-ra-mode dhcpv6-stateful mysub
Invalid input for operation: ipv6_ra_mode set to 'dhcpv6-stateful' with ipv6_address_mode set to 'None' is not valid. If both attributes are set, they must be the same value. (HTTP 400) (Request-ID: req-7f2982c7-b124-4b14-9284-6e0cc889dd28)

** Affects: neutron
     Importance: Undecided
     Assignee: Baodong (Robert) Li (baoli)
         Status: Confirmed

** Changed in: neutron
       Status: New => Confirmed

** Changed in: neutron
     Assignee: (unassigned) => Baodong (Robert) Li (baoli)

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

Title:
  Can't update ipv6-ra-mode or ipv6-address-mode for a ipv6 subnet

Status in OpenStack Neutron (virtual network service):
  Confirmed

Bug description:
  $ neutron subnet-create --ip-version 6 --name mysub --ipv6-ra-mode slaac private 2001:1::/64
  Created a new subnet:
  +-------------------+--------------------------------------------------------------+
  | Field             | Value                                                        |
  +-------------------+--------------------------------------------------------------+
  | allocation_pools  | {"start": "2001:1::2", "end": "2001:1::ffff:ffff:ffff:fffe"} |
  | cidr              | 2001:1::/64                                                  |
  | dns_nameservers   |                                                              |
  | enable_dhcp       | True                                                         |
  | gateway_ip        | 2001:1::1                                                    |
  | host_routes       |                                                              |
  | id                | d767b839-1258-4282-b5db-816024d14d7d                         |
  | ip_version        | 6                                                            |
  | ipv6_address_mode |                                                              |
  | ipv6_ra_mode      | slaac                                                        |
  | name              | mysub                                                        |
  | network_id        | 145596e3-8098-48c1-98c7-4ba04242090d                         |
  | tenant_id         | 358c86130343491696987e1bffe9cb12                             |
  +-------------------+--------------------------------------------------------------+
  $ neutron subnet-update --ipv6-ra-mode dhcpv6-stateful mysub
  Invalid input for operation: ipv6_ra_mode set to 'dhcpv6-stateful' with ipv6_address_mode set to 'None' is not valid. If both attributes are set, they must be the same value. (HTTP 400) (Request-ID: req-7f2982c7-b124-4b14-9284-6e0cc889dd28)

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


Follow ups

References