libvirt/tests/networkxml2confdata
Michal Privoznik 12be42ee7e network: Generate TFTP config regardless of DHCP
We already allow users to provide TFTP root path in network XML
and not specify any DHCP. This makes sense, because dnsmasq is
not only DHCP server but also TFTP server and users might have
a DHCP server configured on their own, outside of libvirt's
control and want just the TFTP part.

By moving TFTP config generator out of DHCP generator and calling
it for every IPv4 range, users can finally enable just TFTP.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2026765
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-06-01 09:40:40 +02:00
..
dhcp6-nat-network.conf network: add netmask to dhcp range of dnsmasq conf file for IPv4 2019-02-21 13:06:16 -05:00
dhcp6-nat-network.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
dhcp6-nat-network.xml
dhcp6-network.conf
dhcp6-network.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
dhcp6-network.xml
dhcp6host-routed-network.conf
dhcp6host-routed-network.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
dhcp6host-routed-network.xml
dnsmasq-options.conf network: wire up dnsmasq option xmlns 2019-07-17 17:18:56 -04:00
dnsmasq-options.xml network: wire up dnsmasq option xmlns 2019-07-17 17:18:56 -04:00
isolated-network.conf tests: do not test dnsmasq older than 2.67 2021-12-15 15:28:17 +01:00
isolated-network.xml
leasetime-hours.conf tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-hours.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-hours.xml tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-infinite.conf tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-infinite.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-infinite.xml tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-minutes.conf tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-minutes.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-minutes.xml tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-seconds.conf tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-seconds.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
leasetime-seconds.xml tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network-dns-forward-plain.conf
nat-network-dns-forward-plain.xml
nat-network-dns-forwarder-no-resolv.conf network: don't add "no-resolv" if we still need DNS servers from resolv.conf 2017-03-21 11:25:59 -04:00
nat-network-dns-forwarder-no-resolv.xml network: don't add "no-resolv" if we still need DNS servers from resolv.conf 2017-03-21 11:25:59 -04:00
nat-network-dns-forwarders.conf network: don't add "no-resolv" if we still need DNS servers from resolv.conf 2017-03-21 11:25:59 -04:00
nat-network-dns-forwarders.xml
nat-network-dns-hosts.conf
nat-network-dns-hosts.xml
nat-network-dns-local-domain.conf
nat-network-dns-local-domain.xml
nat-network-dns-srv-record-minimal.conf tests: do not test dnsmasq older than 2.67 2021-12-15 15:28:17 +01:00
nat-network-dns-srv-record-minimal.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network-dns-srv-record-minimal.xml
nat-network-dns-srv-record.conf tests: do not test dnsmasq older than 2.67 2021-12-15 15:28:17 +01:00
nat-network-dns-srv-record.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network-dns-srv-record.xml
nat-network-dns-txt-record.conf tests: do not test dnsmasq older than 2.67 2021-12-15 15:28:17 +01:00
nat-network-dns-txt-record.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network-dns-txt-record.xml
nat-network-mtu.conf network: add netmask to dhcp range of dnsmasq conf file for IPv4 2019-02-21 13:06:16 -05:00
nat-network-mtu.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network-mtu.xml network: set mtu as a DHCP option when specified 2019-01-31 17:45:41 +01:00
nat-network-name-with-quotes.conf tests: do not test dnsmasq older than 2.67 2021-12-15 15:28:17 +01:00
nat-network-name-with-quotes.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network-name-with-quotes.xml
nat-network.conf network: add netmask to dhcp range of dnsmasq conf file for IPv4 2019-02-21 13:06:16 -05:00
nat-network.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
nat-network.xml
netboot-network.conf network: Generate TFTP config regardless of DHCP 2022-06-01 09:40:40 +02:00
netboot-network.xml
netboot-proxy-network.conf tests: do not test dnsmasq older than 2.67 2021-12-15 15:28:17 +01:00
netboot-proxy-network.xml
netboot-tftp.conf network: Generate TFTP config regardless of DHCP 2022-06-01 09:40:40 +02:00
netboot-tftp.xml network: Generate TFTP config regardless of DHCP 2022-06-01 09:40:40 +02:00
open-network.conf
open-network.xml
ptr-domains-auto.conf network: add netmask to dhcp range of dnsmasq conf file for IPv4 2019-02-21 13:06:16 -05:00
ptr-domains-auto.hostsfile tests: Add tests for <lease/> to cover dnsmasq settings 2020-04-23 10:59:33 +02:00
ptr-domains-auto.xml network: Add support for local PTR domains 2016-12-19 09:03:29 +01:00
routed-network-no-dns.conf
routed-network-no-dns.xml
routed-network.conf
routed-network.xml