]> 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)
committerKevin Benton <blak111@gmail.com>
Fri, 18 Sep 2015 17:38:39 +0000 (10:38 -0700)
commit22f5fef5251cff9dbce35ca9a0ec8ea3b42f359c
tree59b7f36c536a298b8c8eea66b70845d7cbf3d3d1
parent09ed190de596fc2d80c3fed75b09c6a63e2dd230
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
neutron/agent/linux/dhcp.py
neutron/tests/unit/agent/linux/test_dhcp.py