https://github.com/torvalds/linux
Raw File
Tip revision: 094226ad94f471a9f19e8f8e7140a09c2625abaa authored by Linus Torvalds on 13 November 2022, 21:12:55 UTC
Linux 6.1-rc5
Tip revision: 094226a
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# Configuration for L3 master device support
#

config NET_L3_MASTER_DEV
	bool "L3 Master device support"
	depends on INET || IPV6
	help
	  This module provides glue between core networking code and device
	  drivers to support L3 master devices like VRF.
back to top