Fixed host only network creation

This commit is contained in:
2025-09-04 12:35:36 +02:00
parent 9748468415
commit b4afbc05d0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<network>
<name>YOURNAME</name>
<bridge name='YOURNAME' stp='on' delay='0'/>
<name>YOURNETWORK</name>
<bridge name='YOURNETWORK' stp='on' delay='0'/>
<!-- <domain name='hostonly.local'/> -->
</network>