summaryrefslogtreecommitdiff
path: root/conf/confbase.Y
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-09-18 17:32:24 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-10-04 13:12:05 +0200
commit8e9e013b0ddec438151c9d12fd4bac079c350310 (patch)
treeb66860cc8df9d875f771811af7bc0294f97a77e9 /conf/confbase.Y
parent3397ca51f8a33e6ef97ab5ec7209dfce7051bc5d (diff)
MPLS: Add command 'show mpls ranges'
Add command to show MPLS label ranges and their stats.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 63308290..2c37bd4d 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -88,6 +88,7 @@ CF_DECLS
struct sym_show_data *sd;
struct lsadb_show_data *ld;
struct mrt_dump_data *md;
+ struct mpls_show_ranges_cmd *msrc;
struct iface *iface;
void *g;
btime time;