]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:30 +0000 (15:20 +0800)
commit793479c61ae62f12109e83e5a6b21879f144cbb5
treed9dd3fafc8818f657872839392b54929dcfe7327
parent8b8fb4dfc0b9b81da163e0147f2efb3ba2356058
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