]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make sure dnsmasq can distinguish IPv6 address from MAC address
authorDazhao <dzyu@cn.ibm.com>
Fri, 21 Feb 2014 09:53:30 +0000 (17:53 +0800)
committerDazhao <dzyu@cn.ibm.com>
Mon, 24 Feb 2014 03:20:50 +0000 (11:20 +0800)
commitb5d09ffe604a1f6d8272b773bb183e5f2bc3d0f3
treeddc3d5389589f699d19f782622ea52482af68925
parent2ba6894ff558b68947b7d9abe966bafb1f05962c
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
neutron/agent/linux/dhcp.py
neutron/tests/unit/test_linux_dhcp.py