mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-03 10:05:41 +00:00
Added V2 from scratch
This commit is contained in:
parent
5c2232f4e8
commit
6c2925a35d
478 changed files with 21437 additions and 134206 deletions
5
devenv/vagrant/etc/libvirt/networks/private.xml
Normal file
5
devenv/vagrant/etc/libvirt/networks/private.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<network>
|
||||
<name>private</name>
|
||||
<forward mode='bridge'/>
|
||||
<bridge name='br-int'/>
|
||||
</network>
|
||||
5
devenv/vagrant/etc/libvirt/networks/public.xml
Normal file
5
devenv/vagrant/etc/libvirt/networks/public.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<network>
|
||||
<name>public</name>
|
||||
<forward mode='bridge'/>
|
||||
<bridge name='br-ext'/>
|
||||
</network>
|
||||
Loading…
Add table
Add a link
Reference in a new issue