tests: add tests for deferred interface teardown (refcounting)

This commit is contained in:
Ariadne Conill 2020-09-08 16:02:24 -06:00
parent f139bc2416
commit 8de83fdd9a
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,6 @@
lo=lo 1
br0=br0 1
bond0=bond0 2
eth0=eth0 3
eth1=eth1 2
tun0=tun0 1

View file

@ -0,0 +1,9 @@
auto br0
iface br0
requires bond0
iface bond0
requires eth0 eth1
iface tun0
requires eth0

View file

@ -0,0 +1,5 @@
eth0=eth0 5
tun0=tun0 1
tun1=tun1 1
tun2=tun2 1
tun3=tun3 1

View file

@ -0,0 +1,11 @@
iface tun0
requires eth0
iface tun1
requires eth0
iface tun2
requires eth0
iface tun3
requires eth0