blob: 7f5d8dd5526baf19a072e7b2eb78ee823e754b2f (
plain) (
blame)
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
35
36
37
38
|
<domain type='kvm'>
<name>testhost</name>
<metadata>
<routed-subnet xmlns="https://2e8.dk/libvirt-routed-subnet">
<interface mac="fa:12:34:56:78:90">
<gateway address="192.0.2.1/29"/>
<host address="192.0.2.2"/>
<route prefix="192.0.2.128/25" nexthop="192.0.2.2"/>
<gateway address="2001:db8:42::1/64"/>
<host address="2001:db8:42::2"/>
<route prefix="2001:db8:4242::/64" nexthop="2001:db8:42::2"/>
</interface>
<interface mac="fa:12:34:ab:cd:ef" mtu="9000">
<gateway address="192.0.2.9/29"/>
<host address="192.0.2.10"/>
</interface>
<interface mac="fa:23:45:67:89:0a" mtu="4470">
<gateway address="2001:db8:1337::1/64"/>
<host address="2001:db8:1337::2"/>
<route prefix="192.0.2.42/32" nexthop="2001:db8:1337::2"/>
</interface>
</routed-subnet>
</metadata>
<devices>
<interface type="ethernet">
<mac address="fa:12:34:56:78:90"/>
<target dev="foo0"/>
</interface>
<interface type="ethernet">
<mac address="fa:12:34:ab:cd:ef"/>
<target dev="bar0"/>
</interface>
<interface type="ethernet">
<mac address="fa:23:45:67:89:0a"/>
<target dev="v6only"/>
</interface>
</devices>
</domain>
|