summaryrefslogtreecommitdiff
path: root/bgpd/bgp_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_table.h')
-rw-r--r--bgpd/bgp_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h
index 7b22872628..d11b70842b 100644
--- a/bgpd/bgp_table.h
+++ b/bgpd/bgp_table.h
@@ -21,6 +21,7 @@
#ifndef _QUAGGA_BGP_TABLE_H
#define _QUAGGA_BGP_TABLE_H
+#include "mpls.h"
#include "table.h"
struct bgp_table
@@ -53,7 +54,7 @@ struct bgp_node
struct bgp_node *prn;
- u_char local_label[3];
+ mpls_label_t local_label;
uint64_t version;
u_char flags;