]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Configures RADVD to send managed flag in RA
authorsinghannie <aniruddha.gautam@hp.com>
Wed, 31 Dec 2014 11:47:38 +0000 (03:47 -0800)
committersinghannie <aniruddha.gautam@hp.com>
Tue, 3 Feb 2015 07:02:17 +0000 (23:02 -0800)
commit1f337c761bf73df050e435214935c498a2b3d028
tree18dcdcd20f55f067c74b7d5e7d4299ae535d3a2a
parentefb1f3db21e13d19d9630ce9fe819033ac7b0ea0
Configures RADVD to send managed flag in RA
for DHCP_STATEFUL

RADVD process is configured so that it sends
managed flag in RA for the subnets with
ra_mode set to DHCP_STATEFUL. UT case is
updated to check the presence of managed
flag in config file of RADVD for
DHCP_STATEFUL.

Change-Id: If685846c0c0f67bf4c40f4f268b9d03bfa2b1654
Closes-Bug: #1377843
neutron/agent/linux/ra.py
neutron/tests/unit/test_l3_agent.py