Comment 2 for bug 1281916

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

Reviewed: https://review.openstack.org/75355
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b5d09ffe604a1f6d8272b773bb183e5f2bc3d0f3
Submitter: Jenkins
Branch: master

commit b5d09ffe604a1f6d8272b773bb183e5f2bc3d0f3
Author: Dazhao <email address hidden>
Date: Fri Feb 21 17:53:30 2014 +0800

    Make sure dnsmasq can distinguish IPv6 address from MAC address

    Currrently, due to in dnsmasq host file, the IPv6 address does
    not be wrapped with '[]', dnsmasq cannot distinguish IPv6 address
    from MAC address, it will cause the deployed instances cannot get
    IPv6 address via dnsmasq dhcp service.

    Change-Id: I023e44667a238664d11f2ac2cc484432cd301bcc
    Closes-Bug: #1281916