tests: add wireguard tests
This commit is contained in:
parent
f32481deb9
commit
acb555b75a
4 changed files with 52 additions and 1 deletions
9
tests/fixtures/wireguard.interfaces
vendored
Normal file
9
tests/fixtures/wireguard.interfaces
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
iface eth0
|
||||
address 203.0.113.2/24
|
||||
gateway 203.0.113.1
|
||||
|
||||
auto wg0
|
||||
iface wg0
|
||||
use wireguard
|
||||
address 1.2.3.4/24
|
||||
requires eth0
|
Loading…
Add table
Add a link
Reference in a new issue