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 <sw@simonwunderlich.de>
Signed-off-by: Mathias Kretschmer <mathias.kretschmer@fokus.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Simon Wunderlich 2014-03-03 17:23:11 +01:00 committed by David S. Miller
parent b62faf3cdc
commit f3baa393ff
2 changed files with 40 additions and 0 deletions

6
include/linux/mpls.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _LINUX_MPLS_H
#define _LINUX_MPLS_H
#include <uapi/linux/mpls.h>
#endif /* _LINUX_MPLS_H */