diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-09-18 17:32:24 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-04 13:12:05 +0200 |
commit | 8e9e013b0ddec438151c9d12fd4bac079c350310 (patch) | |
tree | b66860cc8df9d875f771811af7bc0294f97a77e9 /conf/confbase.Y | |
parent | 3397ca51f8a33e6ef97ab5ec7209dfce7051bc5d (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.Y | 1 |
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; |