mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-10-02 22:29:30 +10:00
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 */
|