libvirt/src/network
Laine Stump 25171f607c network: add domain to unqualified names defined with <host>
If a domain name is defined for a network, add the --expand-hosts
option to the dnsmasq commandline. This results in the domain being
added to any hostname that is defined in a dns <host> element and
contains no '.' characters (i.e. it is an "unqualified"
hostname). Since PTR records are automatically created for any name
defined in <host>, the result of a PTR request will change from the
unqualified name to the qualified name.

This also has the same effect on any hostnames that dnsmasq reads
from the host's /etc/hosts file.

(In the case of guest hostnames that were learned by dnsmasq via DHCP
requests, they were already getting the domain name added on, even
without --expand-hosts).
2011-06-28 12:57:14 -04:00
..
bridge_driver.c network: add domain to unqualified names defined with <host> 2011-06-28 12:57:14 -04:00
bridge_driver.h tests: Partly fix networkxml2argvtest being configure result dependent 2011-06-27 17:22:25 +02:00
default.xml Move config files to align with driver sources 2009-09-21 14:41:45 +01:00