Provide DNS Search List in DHCH6_Reply
authorDimitris Aragiorgis <dimara@grnet.gr>
Wed, 5 Feb 2014 14:01:28 +0000 (16:01 +0200)
committerDimitris Aragiorgis <dimara@grnet.gr>
Wed, 5 Feb 2014 17:37:31 +0000 (19:37 +0200)
commit7b0ebdd0954bfdaf41a3c2125bcbbad92779c556
tree54200db7a952100592dbbc609ab563aa2c109066
parent0f4a61eb4ca0de1ed7588f2745a6b10cdafb2730
Provide DNS Search List in DHCH6_Reply

In case of an IPv6 only VM we have to serve a Domain Search List
so that Windows VM can find the kms server by issuing:

nslookup -type=srv _vlmcs._tcp

An extra config option in ipv6 section is added; domains
This is a list of search domains included in DHCP6_Reply.
Since we validate it with force_list() there is no need for a
trailing comma.

This info could be passed in RAs but DNSSL options is not currently
supported by scapy's inet6.py.

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
nfdhcpd
nfdhcpd.conf