[openstack-dev] [Neutron][IPv6] CLI for the new subnet keywords
Shixiong Shang
sparkofwisdom.cloud at gmail.com
Tue Feb 11 02:23:15 UTC 2014
Hi, Abishek:
Thank you for taking care of Horizon for IPv6 enhancement. So now we have coverage on both CLI and dashboard side. Very exciting!
W.r.t your questions, these two parameters work independently. In other words, Horizon should present both options if the interested subnet is IPv6. For each parameter, the valid values are:
off
slacc
dhcpv6-stateful
dhcpv6-stateless
The CLI command may look like, for example, something below:
neutron subnet-create --ip-version 6 --ipv6_ra_mode off --ipv6_address_mode off NETWORK CIDR
neutron subnet-create --ip-version 6 --ipv6_ra_mode off --ipv6_address_mode dhcpv6-stateful NETWORK CIDR
neutron subnet-create --ip-version 6 --ipv6_ra_mode slaac --ipv6_address_mode slaac NETWORK CIDR
neutron subnet-create --ip-version 6 --ipv6_ra_mode dhcpv6-stateful --ipv6_address_mode off NETWORK CIDR
neutron subnet-create --ip-version 6 --ipv6_ra_mode dhcpv6-stateless --ipv6_address_mode dhcpv6-stateless NETWORK CIDR
The valid combinations are outlined in the PDF file below.
https://www.dropbox.com/s/9bojvv9vywsz8sd/IPv6%20Two%20Modes%20v3.0.pdf
Please let me know if you have any further questions. Thanks!
Shixiong
On Feb 10, 2014, at 8:23 PM, Abishek Subramanian (absubram) <absubram at cisco.com> wrote:
> Hi IPv6 experts,
>
> This is regarding the BP -
> https://blueprints.launchpad.net/neutron/+spec/ipv6-two-attributes
>
> Is it possible to give me a quick example of the
> CLI that you envision?
> This is so that the Horizon BP can be updated accordingly.
>
> Once the neutron side of things is ready, when creating a subnet,
> and the version is IPv6 will now enable these two options, yes?
> Can both options exist or is it
>
> an either/or combination, i.e. either ipv6_ra or ipv6_address?
>
>
> Thanks!
>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list