nixos/networkd: add ipvtap kind to netdev and IPVTAP= to network
From `man systemd.netdev`: https://www.freedesktop.org/software/systemd/man/latest/systemd.netdev.html#Supported%20netdev%20kinds From `man systemd.network`: https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html#IPoIB=
This commit is contained in:
parent
ef355dde3c
commit
7686f24675
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,7 @@ let
|
||||||
"ip6gretap"
|
"ip6gretap"
|
||||||
"ipip"
|
"ipip"
|
||||||
"ipvlan"
|
"ipvlan"
|
||||||
|
"ipvtap"
|
||||||
"macvlan"
|
"macvlan"
|
||||||
"macvtap"
|
"macvtap"
|
||||||
"sit"
|
"sit"
|
||||||
|
@ -615,6 +616,7 @@ let
|
||||||
"VRF"
|
"VRF"
|
||||||
"VLAN"
|
"VLAN"
|
||||||
"IPVLAN"
|
"IPVLAN"
|
||||||
|
"IPVTAP"
|
||||||
"MACVLAN"
|
"MACVLAN"
|
||||||
"MACVTAP"
|
"MACVTAP"
|
||||||
"VXLAN"
|
"VXLAN"
|
||||||
|
|
Loading…
Reference in a new issue