pygoscelis: Enable CONFIG_MACVTAP

This option is mostly enabled for app-containers/lxd.
This commit is contained in:
Nils Freydank 2023-02-25 11:54:25 +01:00
parent 2ad69dc3f5
commit 23d206ba93
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 3 additions and 1 deletions

View File

@ -1856,7 +1856,8 @@ CONFIG_WIREGUARD=m
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
@ -1866,6 +1867,7 @@ CONFIG_WIREGUARD=m
CONFIG_MACSEC=m
# CONFIG_NETCONSOLE is not set
CONFIG_TUN=m
CONFIG_TAP=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=m
# CONFIG_NLMON is not set