# SPDX-License-Identifier: GPL-2.0-only # # Configuration for L3 master device support # config [31mCONFIG_NET_L3_MASTER_DEV[0m bool "L3 Master device support" depends on [31mCONFIG_INET[0m || [31mCONFIG_IPV6[0m ---help--- This module provides glue between core networking code and device drivers to support L3 master devices like VRF. |