File: gconfig-domain-device-network.xml

package info (click to toggle)
libvirt-glib 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,592 kB
  • sloc: ansic: 21,146; xml: 591; sh: 471; python: 310; javascript: 30; makefile: 9
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>