summaryrefslogtreecommitdiff
path: root/tests/networkxml2xmlin
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2021-12-09 16:47:04 +0100
committerMichal Privoznik <mprivozn@redhat.com>2022-06-01 09:40:40 +0200
commit12be42ee7e344a9f2f3f162d8773c2c8dce79a8c (patch)
tree3bf636c3b4d888e9c91b9803c7acdd4418d9c3c5 /tests/networkxml2xmlin
parentbab462db6e6bdb73f500b376c005f24c9c03a843 (diff)
downloadlibvirt-12be42ee7e344a9f2f3f162d8773c2c8dce79a8c.tar.gz
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>
Diffstat (limited to 'tests/networkxml2xmlin')
l---------tests/networkxml2xmlin/netboot-tftp.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/networkxml2xmlin/netboot-tftp.xml b/tests/networkxml2xmlin/netboot-tftp.xml
new file mode 120000
index 0000000000..1487de558b
--- /dev/null
+++ b/tests/networkxml2xmlin/netboot-tftp.xml
@@ -0,0 +1 @@
+../networkxml2confdata/netboot-tftp.xml \ No newline at end of file