2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-09-30 06:07:11 +03:00
|
|
|
#
|
|
|
|
# Configuration for L3 master device support
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_L3_MASTER_DEV
|
|
|
|
bool "L3 Master device support"
|
|
|
|
depends on INET || IPV6
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2015-09-30 06:07:11 +03:00
|
|
|
This module provides glue between core networking code and device
|
|
|
|
drivers to support L3 master devices like VRF.
|