Commit 081e745e authored by Tomáš Peterka's avatar Tomáš Peterka Committed by Rafael Monnerat

[format] Add TUN interface next to TAP when create_tap=True

-  Add TUN class
-  Check Interface is a bridge before performing bridgey operations
-  Replace outdated 'tunctl' binary with 'ip tunctl'
parent ca70b595
......@@ -8,6 +8,7 @@ It "formats" the machine by:
- creating users and groups
- creating bridge interface
- creating needed tap interfaces
- creating TUN interfaces
- creating needed directories with proper ownership and permissions
In the end special report is generated and information are posted to
......@@ -25,5 +26,4 @@ Binaries:
* brctl
* groupadd
* ip
* tunctl
* useradd
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment