virsh net-autostart networkname leads to the above mentioned Error Message. The solution is stupid but it works…
1
virsh net-edit networkname
go to the end and add some empty lines, save the file and quit.
1
virsh net-autostart networkname
works like charm….