mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
mpls: ip tunnel support
This implementation uses lwtunnel infrastructure to register hooks for mpls tunnel encaps. It picks cues from iptunnel_encaps infrastructure and previous mpls iptunnel RFC patches from Eric W. Biederman and Robert Shearman Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
face0188e3
commit
e3e4712ec0
6 changed files with 304 additions and 1 deletions
6
include/linux/mpls_iptunnel.h
Normal file
6
include/linux/mpls_iptunnel.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _LINUX_MPLS_IPTUNNEL_H
|
||||
#define _LINUX_MPLS_IPTUNNEL_H
|
||||
|
||||
#include <uapi/linux/mpls_iptunnel.h>
|
||||
|
||||
#endif /* _LINUX_MPLS_IPTUNNEL_H */
|
Loading…
Add table
Add a link
Reference in a new issue