gluon-radvd: RDNSS on next-node address

This enables RDNSS on the next-node address. The node will handle all
DNS requests on behalf of clients and is able to provide basic DNS
service even without a gateway.
This commit is contained in:
Nils Schneider 2014-06-11 16:32:03 +02:00
parent 0ddbf8b6b8
commit a1964d315f
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ interface br-client
AdvDefaultLifetime 0;
prefix ]] .. site.prefix6 .. [[ {};
RDNSS ]] .. site.next_node.ip6 .. [[ {};
};
]])