Merge pull request #87 from BarbarossaTM/feature/veth

Add support for veth interface pairs
This commit is contained in:
Ariadne Conill 2020-10-05 14:34:39 -06:00 committed by GitHub
commit 37299e312f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 8 deletions

View file

@ -73,6 +73,13 @@ the system will only respond to certain keywords by default:
*link-type* _link-type_
Denotes the link-type of the interface. When set to _dummy_,
the interface is created as a virtual dummy interfaces.
When set to _veth_ the interface is created as virtual veth
interface (pair).
*veth-peer-name* _peer-name_
Denotes the name of the veth peer interfaces. If not set
the kernel will name the veth peer interface as _vethN_
with N being an integer number.
*alias* _alias_
Sets the given alias on the interface.