summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netmpls/mpls.h')
-rw-r--r--sys/netmpls/mpls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netmpls/mpls.h b/sys/netmpls/mpls.h
index 666749a1fe1..949b0a110bb 100644
--- a/sys/netmpls/mpls.h
+++ b/sys/netmpls/mpls.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls.h,v 1.20 2009/04/17 12:10:08 michele Exp $ */
+/* $OpenBSD: mpls.h,v 1.21 2009/04/28 12:07:43 michele Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -100,6 +100,7 @@ struct rt_mpls {
u_int8_t mpls_exp;
};
+#define MPLS_OP_LOCAL 0x0
#define MPLS_OP_POP 0x1
#define MPLS_OP_PUSH 0x2
#define MPLS_OP_SWAP 0x4