From e10b599a24205576de1d4b9f85b9b4e9968865e2 Mon Sep 17 00:00:00 2001
From: Cole Robinson
+ A special XML namespace is available for passing options directly to the
+ underlying dnsmasq configuration file. Usage of XML namespaces comes with no
+ support guarantees, so use at your own risk.
+
+ This example XML will pass the option strings Network namespaces
+
+ foo=bar
and
+ cname=*.foo.example.com,master.example.com
directly to the
+ underlying dnsmasq instance.
+
+<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'>
+ ...
+ <dnsmasq:options>
+ <dnsmasq:option value="foo=bar"/>
+ <dnsmasq:option value="cname=*.foo.example.com,master.example.com"/>
+ </dnsmasq:options>
+</network>
+