mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
1b69c6d0ae
L3 master devices allow users of the abstraction to influence FIB lookups for enslaved devices. Current API provides a means for the master device to return a specific FIB table for an enslaved device, to return an rtable/custom dst and influence the OIF used for fib lookups. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
264 B
Text
10 lines
264 B
Text
#
|
|
# 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.
|