← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1682094] [NEW] Openstack dosen't allow the gateway to be the first address

 

Public bug reported:

If you try to set the first  address of an IPv6 subnet as gateway you
get an error.


Example to reproduce for an flat provider network:
$ openstack network create  --share --provider-physical-network provider --provider-network-type flat test
$ openstack subnet create --network test --subnet-range 2001:db8::/64 --ip-version 6 --ipv6-address-mode slaac --prefix-length 64 --gateway 200
1:db8:: bull
> HttpException: Bad Request, Invalid input for operation: Gateway is not valid on subnet.

This is annoying, because radvd should be running on the smallest IP.
And rdvd runs often on the Gateway.

System:
OpenStack ocata on CentOS

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: api ipv6

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

Title:
  Openstack dosen't allow the gateway to be the first address

Status in neutron:
  New

Bug description:
  If you try to set the first  address of an IPv6 subnet as gateway you
  get an error.


  Example to reproduce for an flat provider network:
  $ openstack network create  --share --provider-physical-network provider --provider-network-type flat test
  $ openstack subnet create --network test --subnet-range 2001:db8::/64 --ip-version 6 --ipv6-address-mode slaac --prefix-length 64 --gateway 200
  1:db8:: bull
  > HttpException: Bad Request, Invalid input for operation: Gateway is not valid on subnet.

  This is annoying, because radvd should be running on the smallest IP.
  And rdvd runs often on the Gateway.

  System:
  OpenStack ocata on CentOS

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


Follow ups