]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't write DHCP opts for SLAAC entries
authorKevin Benton <blak111@gmail.com>
Fri, 18 Sep 2015 14:15:45 +0000 (07:15 -0700)
committerKyle Mestery <mestery@mestery.com>
Thu, 24 Sep 2015 20:11:23 +0000 (20:11 +0000)
commit69662eb3cad925a3933f2ba3e5ef03dbde52ffc9
tree8a96e858b0a988698bb578d48b9982c9916deed4
parent0782a0b38172d37267b9400246b2d5b54c3cf67c
Don't write DHCP opts for SLAAC entries

Change I81b4669eadaa9119e08c6a5e1d2a7b5959babdcc
caused DHCP options to be written for SLAAC entries
when they previously were not. This restores the previous
behavior.

Closes-Bug: #1499054
Change-Id: I81400305f166d62aa4612aab54602abb8178b64c
(cherry picked from commit 22f5fef5251cff9dbce35ca9a0ec8ea3b42f359c)
neutron/agent/linux/dhcp.py
neutron/tests/unit/agent/linux/test_dhcp.py