diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 10:34:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 10:34:04 -0500 |
| commit | 783a06b050048e22aac9fcc1520ca43c40226f14 (patch) | |
| tree | 64189bd86ea7f8cc68e327099e0c34543c15a27c /resources/xml/network.xml | |
| parent | ca0d7ddde751a2d582a03f0ad70cec4c8c767145 (diff) | |
can write out working virsh xml
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'resources/xml/network.xml')
| -rw-r--r-- | resources/xml/network.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/xml/network.xml b/resources/xml/network.xml new file mode 100644 index 0000000..1be01d8 --- /dev/null +++ b/resources/xml/network.xml @@ -0,0 +1,10 @@ +<domain type='kvm'> + <devices> + <interface type='bridge'> + <mac address='22:22:22:22:22:22'/> + <source bridge='worldbr'/> + <model type='virtio'/> + <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> + </interface> + </devices> +</domain> |
