diff options
| author | Jeff Carr <[email protected]> | 2024-10-18 06:00:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-18 06:00:05 -0500 |
| commit | 14dadbcf3ce8d732354d2c4ef30f3374f80950f9 (patch) | |
| tree | 73babb209f97782673ee640d538d1cada64fde00 /resources/xml/network.xml | |
| parent | f5fb6736f60947ad493a0eac17b468177aa40139 (diff) | |
write out xml file for virsh create (maybe?)
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> |
