mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
89ae9849f7
The dnsmasq commandline was being built as a part of running dnsmasq. This patch puts the commandline build into a separate function (and exports it as a private API) making it possible to build a dnsmasq commandline without executing it, so that we can write a test program to verify that the proper commandlines are being created. Signed-off-by: Michal Novotny <minovotn@redhat.com>
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
#
|
|
# Network-specific symbols
|
|
#
|
|
|
|
# bridge_driver.h
|
|
networkBuildDhcpDaemonCommandLine;
|