File: test-v2v-networks-and-bridges-expected.xml

package info (click to toggle)
libguestfs 1%3A1.40.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 123,660 kB
  • sloc: ansic: 460,074; ml: 63,059; sh: 14,955; java: 9,512; makefile: 9,133; cs: 6,300; haskell: 5,652; python: 3,856; perl: 3,619; erlang: 2,435; xml: 1,683; ruby: 350; pascal: 255; lex: 135; yacc: 128; cpp: 10
file content (34 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
    <interface type='bridge'>
      <!-- bridge mapped from "VM Network" to "bridge1" -->
      <source bridge='bridge1'/>
    </interface>
    <interface type='bridge'>
      <!-- bridge mapped from "bob" to default "bridge2" -->
      <source bridge='bridge2'/>
      <mac address='52:54:00:01:02:03'/>
    </interface>
    <interface type='network'>
      <!-- network mapped from "default" to "network1" -->
      <source network='network1'/>
      <mac address='52:54:00:01:02:04'/>
    </interface>
    <interface type='network'>
      <!-- network mapped from "john" to "network2" -->
      <source network='network2'/>
      <mac address='52:54:00:01:02:05'/>
    </interface>
    <interface type='network'>
      <!-- network mapped from "paul" to "network3" -->
      <source network='network3'/>
      <mac address='52:54:00:01:02:06'/>
    </interface>
    <interface type='network'>
      <!-- network mapped from "george" to default "network4" -->
      <source network='network4'/>
      <mac address='52:54:00:01:02:07'/>
    </interface>
    <interface type='network'>
      <!-- network mapped from "ringo" to default "network4" -->
      <source network='network4'/>
      <mac address='52:54:00:01:02:08'/>
    </interface>