diff options
author | Marek BehĂșn <kabel@kernel.org> | 2022-01-20 14:21:36 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-02-01 22:59:09 +0100 |
commit | 45d541bb409355f090b971d96ebebd8610ef84a7 (patch) | |
tree | c41627fbbf1a7e5fce0be984c3983e8e89f1b73c /config | |
parent | aa8299ee4f75e90795e58b4cc548bb2f7fe0c391 (diff) | |
download | upstream-45d541bb409355f090b971d96ebebd8610ef84a7.tar.gz upstream-45d541bb409355f090b971d96ebebd8610ef84a7.tar.bz2 upstream-45d541bb409355f090b971d96ebebd8610ef84a7.zip |
kernel: add kmod-vrf
Add option to compile kmod-vrf, support for Virtual Routing and
Forwarding (Lite).
This module depends on NET_L3_MASTER_DEV, which is a boolean kernel
option, so we need to create a configuration option also for this, and
make kmod-vrf depend on it.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 98dab9b6fd..31d4e276fd 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1043,6 +1043,16 @@ if KERNEL_IPV6 endif # +# Miscellaneous network configuration +# + +config KERNEL_NET_L3_MASTER_DEV + bool "L3 Master device support" + help + This module provides glue between core networking code and device + drivers to support L3 master devices like VRF. + +# # NFS related symbols # config KERNEL_IP_PNP |