Description of problem: I just tried to create a new network with a / in the name. When I clicked save, the system deleted the network, because it's trying to write into a subdirectory of /etc/libvirt/qemu/networks. I think slashes in the network names are inportant as it's usual to use CIDR-notation like 127.0.0.1/28. Version-Release number of selected component (if applicable): 0.9.8 and 0.8.3 How reproducible: Create a new network with a / in its name. Actual results: No file under /etc/libvirt/qemu/networks is created. Expected results: New file under /etc/libvirt/qemu/networks
Patch posted upstream: http://www.redhat.com/archives/libvir-list/2016-April/msg01765.html
Upstream now: commit 454f739f24a936aedec48c3a3ba659b374ce251a Author: Cole Robinson <crobinso> Date: Tue Apr 26 12:47:42 2016 -0400 conf: network: reject name containing '/'