mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
'make syntax-check' regression introduced in commit 60b9c69. * tests/networkxml2argvdata/*.argv: Break long lines.
9 lines
444 B
Plaintext
9 lines
444 B
Plaintext
/usr/sbin/dnsmasq --strict-order --bind-interfaces --conf-file= \
|
|
--except-interface lo --txt-record=example,example value \
|
|
--listen-address 192.168.122.1 --listen-address 192.168.123.1 \
|
|
--listen-address 2001:db8:ac10:fe01::1 \
|
|
--listen-address 2001:db8:ac10:fd01::1 --listen-address 10.24.10.1 \
|
|
--dhcp-range 192.168.122.2,192.168.122.254 \
|
|
--dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases \
|
|
--dhcp-lease-max=253 --dhcp-no-override\
|