]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Bump minimal dnsmasq version to 2.67
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 7 Jan 2015 12:23:48 +0000 (13:23 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 7 Jan 2015 15:08:01 +0000 (16:08 +0100)
commit012ffe86752416cd55269924d6236cdfac6b7434
tree42d18eedc284c062ff8479e9b36af50d29a96fd8
parent98c53d5b370e33bd91e17109e0fe4e9fb5b2ef9b
Bump minimal dnsmasq version to 2.67

Versions prior to 2.67 did not support MAC address matching for IPv6 clients.
Quoting dnsmasq CHANGELOG:

"
version 2.67
[...]
    Support identification of clients by MAC address in
    DHCPv6. When using a relay, the relay must support RFC
    6939 for this to work. It always works for directly
    connected clients. Thanks to Vladislav Grishenko
    for prompting this feature.
"

Change-Id: I2f7dba6e3f8ea4ddebe7638d908b2ae42997225a
Closes-Bug: #1408297
neutron/agent/linux/dhcp.py
neutron/tests/unit/test_linux_dhcp.py