mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 18:59:00 +00:00
Provides infrastructure to parse/dump/store encap information for light weight tunnels like mpls. Encap information for such tunnels is associated with fib routes. This infrastructure is based on previous suggestions from Eric Biederman to follow the xfrm infrastructure. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
121 B
C
7 lines
121 B
C
#ifndef _LINUX_LWTUNNEL_H_
|
|
#define _LINUX_LWTUNNEL_H_
|
|
|
|
#include <uapi/linux/lwtunnel.h>
|
|
|
|
#endif /* _LINUX_LWTUNNEL_H_ */
|