Age | Commit message (Collapse) | Author |
|
tunnel: tidying up
|
|
|
|
Every test hat a Config() instance but it was never referenced. It has been
introduced by simple means of copy/pasting the first nameserver test.
|
|
move all variable creation within setUp()
create the interfaces using a list comprehension
|
|
|
|
|
|
check that we are able to create tunnel for all encapsulation
supported in interfaces tunnel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit bcc0b5bd6e11a9fbc2fcb3c450fdb48bb85499e8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently only bonding and bridge interfaces are supported
|
|
|
|
|
|
|
|
|
|
|