From 8e9e013b0ddec438151c9d12fd4bac079c350310 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 18 Sep 2023 17:32:24 +0200 Subject: MPLS: Add command 'show mpls ranges' Add command to show MPLS label ranges and their stats. --- conf/confbase.Y | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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; -- cgit v1.2.3