]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Raise exception if ipv6 prefix is inappropriate for address mode
authorEugene Nikanorov <enikanorov@mirantis.com>
Sun, 24 Aug 2014 20:59:02 +0000 (00:59 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Sun, 28 Sep 2014 18:03:46 +0000 (22:03 +0400)
commit0d8911115e1b722da2f1e92f444e53b22223ee32
tree5da64c3dfb2c21d76b7dc7c5fc68a963b3663108
parentcedba17acf2db1072e5c6c0d4292a6c5166e2608
Raise exception if ipv6 prefix is inappropriate for address mode

Address prefix to use with slaac and stateless ipv6 address modes
should be equal to 64 in order to work properly.
The patch adds corresponding validation and fixes unit tests
accordingly.

Change-Id: I6c344b21a69f85f2885a72377171f70309b26775
Closes-Bug: #1357084
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/test_db_plugin.py