<div dir="ltr"><div>I'm trying to take advantage of libvirt's support for <a href="https://libvirt.org/formatnetwork.html#elementsNamespaces">passing through options to dnsmasq</a>, but I'm having trouble getting it to take effect. I have a network already created and I'm trying to use net-update to add the options, but it's not clear to me what section I should specify. By the way, is there a good way to list the available sections? I've been resorting to <a href="https://gitlab.com/libvirt/libvirt/-/blob/18d0f2f9569edf3c26d912a7d8974a54bb32eee9/include/libvirt/libvirt-network.h#L158-175">reading the code</a>. Working in a different direction, I tried using net-edit to make the changes but they seem to have been silently discarded:</div><div><br></div><div>    $ virsh -c qemu:///system net-edit crawford-libvirt-67v2h<br>    Network crawford-libvirt-67v2h XML configuration edited.</div><div>    $ virsh -c qemu:///system net-dumpxml crawford-libvirt-67v2h | grep --count <my changes></div><div>    0<br></div><div><br></div><div>Can anyone tell me what I'm doing wrong or how this feature was intended to be used? Thank you.<br></div><div><br></div><div>-Alex<br></div><div><div></div></div></div>