]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support for IPv6 RDNSS Option in Router Advts
authorsridhargaddam <sridhar.gaddam@enovance.com>
Mon, 19 Oct 2015 05:32:16 +0000 (05:32 +0000)
committerSridhar Gaddam <sridhar.gaddam@enovance.com>
Tue, 24 Nov 2015 15:38:28 +0000 (15:38 +0000)
commita3e102934cee01c14d5327ae7520555bc12affdd
tree7e55e41bcb50e918f29f11069201c3c72b089ee6
parent3ed7371332b8a21acde07e4d813de095cf3b7791
Support for IPv6 RDNSS Option in Router Advts

RFC6106 standardizes IPv6 Router Advertisements to support
Recursive DNS server information. RDNSS info allows an IPv6
host to configure the DNS information via RA messages without
needing DHCPv6 for the DNS configuration.

This patch configures RADVD daemon to include RDNSS entries in
the Router Advertisements when the IPv6 subnet has dns_nameservers.

Closes-Bug: #1495465
Change-Id: Ia516d40b1c7a83cd7046b2b7f42d1204f44288a9
neutron/agent/linux/ra.py
neutron/db/l3_db.py
neutron/tests/common/l3_test_common.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/db/test_l3_db.py