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:
Philip Taron 2023-11-17 12:54:16 -08:00 committed by Jörg Thalheim
parent ef355dde3c
commit 7686f24675

View file

@ -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"