Files
odroid-linux/include/linux/mpls.h
T
Simon WunderlichandDavid S. Miller f3baa393ff UAPI: add MPLS label stack definition
Labels for the Multiprotocol Label Switching are defined in RFC 3032
which was superseded by RFC 5462. Add the definition to UAPI and a stub
header for include/linux.

Signed-off-by: Simon Wunderlich <[email protected]>
Signed-off-by: Mathias Kretschmer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
2014-03-04 13:51:06 -05:00

7 lines
103 B
C

#ifndef _LINUX_MPLS_H
#define _LINUX_MPLS_H
#include <uapi/linux/mpls.h>
#endif /* _LINUX_MPLS_H */