Cole Robinson fb9f6ce625 network: wire up dnsmasq option xmlns
This maps to XML like:

  <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>

To dnsmasq config options

  ...
  foo=bar
  cname=*.foo.example.com,master.example.com

Reviewed-by: Laine Stump <laine@laine.org>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-07-17 17:18:56 -04:00
..
2019-06-07 13:18:14 +02:00
2019-06-20 17:01:44 +02:00
2017-10-16 10:22:34 +01:00
2018-12-17 17:52:46 +01:00
2018-05-03 12:40:37 +01:00
2019-04-09 16:59:49 +02:00
2018-12-17 17:52:46 +01:00
2018-12-17 17:52:46 +01:00
2019-07-01 17:10:20 +02:00
2018-04-01 17:42:29 +02:00
2019-07-17 17:34:08 +02:00
2017-08-02 15:00:28 -04:00
2019-07-09 10:42:39 -05:00