File: gconfig-domain-device-network.xml

package info (click to toggle)
libvirt-glib 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,996 kB
  • sloc: ansic: 21,257; sh: 4,648; makefile: 825; xml: 288; python: 146; perl: 104
file content (13 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<domain>
  <devices>
    <interface type="network">
      <source network="default"/>
    </interface>
    <interface type="user">
      <target dev="eth0"/>
      <link state="up"/>
      <mac address="00:11:22:33:44:55"/>
      <model type="foo"/>
    </interface>
  </devices>
</domain>