summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index 83c5d90ddf..1b97a25039 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -972,8 +972,8 @@ struct bgp_nlri
#define BGP_ATTR_AS4_AGGREGATOR 18
#define BGP_ATTR_AS_PATHLIMIT 21
#define BGP_ATTR_ENCAP 23
-#define BGP_ATTR_LABEL_INDEX 30
#define BGP_ATTR_LARGE_COMMUNITIES 32
+#define BGP_ATTR_LABEL_INDEX 40
#if ENABLE_BGP_VNC
#define BGP_ATTR_VNC 255
#endif