mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:20:50 +07:00
e3e4712ec0
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>
7 lines
139 B
C
7 lines
139 B
C
#ifndef _LINUX_MPLS_IPTUNNEL_H
|
|
#define _LINUX_MPLS_IPTUNNEL_H
|
|
|
|
#include <uapi/linux/mpls_iptunnel.h>
|
|
|
|
#endif /* _LINUX_MPLS_IPTUNNEL_H */
|