mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-12-22 12:17:45 +01: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_ */
|