summaryrefslogtreecommitdiff
path: root/tests/data/cli/compare/virt-xml-edit-simple-network.xml
blob: c24b5a04607d38ea0f3c05782207abd0e4e70fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
       <source dir="/foo/bar"/>
       <target dir="/bar/baz"/>
     </filesystem>
-    <interface type="network">
-      <mac address="22:22:33:54:32:10"/>
-      <source network="default"/>
+    <interface type="bridge">
+      <source bridge="br0"/>
       <target dev="testnet0"/>
-      <model type="e1000"/>
+      <model type="virtio"/>
     </interface>
     <interface type="bridge">
       <mac address="22:00:00:44:aa:bf"/>

Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.