diff options
author | Simon Wunderlich <sw@simonwunderlich.de> | 2014-03-03 17:23:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-04 13:51:06 -0500 |
commit | f3baa393ffc9a7aefc0bf767729382085e81f606 (patch) | |
tree | 6bf5a38a317f5f8a0f9253b347e97d26ede4e92c /include/linux/mpls.h | |
parent | b62faf3cdc875a1ac5a10696cf6ea0b12bab1596 (diff) |
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>
Diffstat (limited to 'include/linux/mpls.h')
-rw-r--r-- | include/linux/mpls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mpls.h b/include/linux/mpls.h new file mode 100644 index 000000000000..9999145bc190 --- /dev/null +++ b/include/linux/mpls.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_MPLS_H +#define _LINUX_MPLS_H + +#include <uapi/linux/mpls.h> + +#endif /* _LINUX_MPLS_H */ |