aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarek BehĂșn <kabel@kernel.org>2022-01-20 14:21:36 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-02-01 22:59:09 +0100
commit45d541bb409355f090b971d96ebebd8610ef84a7 (patch)
treec41627fbbf1a7e5fce0be984c3983e8e89f1b73c /config
parentaa8299ee4f75e90795e58b4cc548bb2f7fe0c391 (diff)
downloadupstream-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.in10
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