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>
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
#
|
|
# 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.
|