Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0910bac authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller
Browse files

lwtunnel: export linux/lwtunnel.h to userspace



Note also that include/linux/lwtunnel.h is not needed.

CC: Thomas Graf <tgraf@suug.ch>
CC: Roopa Prabhu <roopa@cumulusnetworks.com>
Fixes: 499a2425 ("lwtunnel: infrastructure for handling light weight tunnels like mpls")
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: default avatarRoopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 949f1e39
Loading
Loading
Loading
Loading

include/linux/lwtunnel.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef _LINUX_LWTUNNEL_H_
#define _LINUX_LWTUNNEL_H_

#include <uapi/linux/lwtunnel.h>

#endif /* _LINUX_LWTUNNEL_H_ */
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ header-y += limits.h
header-y += llc.h
header-y += loop.h
header-y += lp.h
header-y += lwtunnel.h
header-y += magic.h
header-y += major.h
header-y += map_to_7segment.h