diff options
Diffstat (limited to 'test-in.xml')
| -rw-r--r-- | test-in.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-in.xml b/test-in.xml index 59af475..7f5d8dd 100644 --- a/test-in.xml +++ b/test-in.xml @@ -14,6 +14,11 @@ <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> @@ -25,5 +30,9 @@ <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> |
