net: Introduce L3 Master device abstraction
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>
Showing
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- include/linux/netdevice.h 3 additions, 0 deletionsinclude/linux/netdevice.h
- include/net/l3mdev.h 125 additions, 0 deletionsinclude/net/l3mdev.h
- net/Kconfig 1 addition, 0 deletionsnet/Kconfig
- net/Makefile 3 additions, 0 deletionsnet/Makefile
- net/l3mdev/Kconfig 10 additions, 0 deletionsnet/l3mdev/Kconfig
- net/l3mdev/Makefile 5 additions, 0 deletionsnet/l3mdev/Makefile
- net/l3mdev/l3mdev.c 92 additions, 0 deletionsnet/l3mdev/l3mdev.c
Loading
Please register or sign in to comment