diff options
| author | Roopa Prabhu <[email protected]> | 2015-07-21 10:43:46 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-07-21 10:39:03 -0700 |
| commit | 499a24256862714539e902c0499b67da2bb3ab72 (patch) | |
| tree | ed502c5671b9c4806080731be8d3b5e5ff09f02c /include/linux | |
| parent | a0d9a8604f29ee3340126ec3f90c9421f930aa50 (diff) | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/lwtunnel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/lwtunnel.h b/include/linux/lwtunnel.h new file mode 100644 index 000000000000..97f32f8b4ae1 --- /dev/null +++ b/include/linux/lwtunnel.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_LWTUNNEL_H_ +#define _LINUX_LWTUNNEL_H_ + +#include <uapi/linux/lwtunnel.h> + +#endif /* _LINUX_LWTUNNEL_H_ */ |