tests: add vlan-complex.interface and ifquery test for it
This commit is contained in:
parent
f17fa09944
commit
050ab77bd3
2 changed files with 31 additions and 1 deletions
18
tests/fixtures/vlan-complex.interfaces
vendored
Normal file
18
tests/fixtures/vlan-complex.interfaces
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# From Alpine issue #11885.
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0
|
||||
address 1.2.3.4/24
|
||||
address abcd:ef12:3456:3::4/64
|
||||
mtu 8000
|
||||
|
||||
auto servers
|
||||
iface servers
|
||||
address 1.2.10.4/24
|
||||
gateway 1.2.10.1
|
||||
address abcd:ef12:3456:10::4/64
|
||||
gateway abcd:ef12:3456:10::1
|
||||
mtu 8000
|
||||
vlan-raw-device eth0
|
||||
vlan_id 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue