yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #77669
[Bug 1682094] Re: Openstack dosen't allow the gateway to be the first address
Fix proposed to branch: master
Review: https://review.openstack.org/647484
** Changed in: neutron
Status: Invalid => In Progress
** Changed in: neutron
Assignee: (unassigned) => Nate Johnston (nate-johnston)
--
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:
In Progress
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
References