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

package info (click to toggle)
libguestfs 1%3A1.28.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 65,676 kB
  • ctags: 42,708
  • sloc: ansic: 374,827; ml: 40,236; sh: 19,721; java: 8,493; perl: 8,244; makefile: 5,740; cs: 5,602; haskell: 5,088; python: 2,591; erlang: 2,197; xml: 1,494; ruby: 271; pascal: 218; yacc: 123; lex: 110; cpp: 10
file content (34 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (3)
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 "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 "network4" -->
      <source network='network4'/>
      <mac address='52:54:00:01:02:07'/>
    </interface>
    <interface type='network'>
      <!-- network mapped from "ringo" to "network4" -->
      <source network='network4'/>
      <mac address='52:54:00:01:02:08'/>
    </interface>