lwtunnel: infrastructure for handling light weight tunnels like mpls
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>
This commit is contained in:
parent
a0d9a8604f
commit
499a242568
6 changed files with 340 additions and 0 deletions
6
include/linux/lwtunnel.h
Normal file
6
include/linux/lwtunnel.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _LINUX_LWTUNNEL_H_
|
||||
#define _LINUX_LWTUNNEL_H_
|
||||
|
||||
#include <uapi/linux/lwtunnel.h>
|
||||
|
||||
#endif /* _LINUX_LWTUNNEL_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue