Comment 6 for bug 1531103

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lib (master)

Reviewed: https://review.openstack.org/357670
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=a18de8bb39b1148b40fdd1de68976b4b7f632cd5
Submitter: Jenkins
Branch: master

commit a18de8bb39b1148b40fdd1de68976b4b7f632cd5
Author: Reedip <email address hidden>
Date: Fri Aug 19 14:01:45 2016 +0530

    Add converter to convert IPv6 addresses to canonical format

    With respect to Section-4 of [1], the following patch adds
    a function to compress the extended IPv6 address passed to
    the neutron server to its canonical form. This allows
    compressed IPv6 addresses to be stored and remove any
    leading zeroes in the IPv6 addresses.

    Non-canonical IPv6 address formatted inputs wont be blocked,
    but the addresses would be normalized to canonical formats.

    [1]: http://tools.ietf.org/html/rfc5952

    Partial-Bug: #1531103
    Change-Id: Ic9afa5f90fba783748f7c56e8fba02e06af69748