Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: dump the dynamic-block bounds on vty command
The 'show debugging label-table' needs to dump dynamic block information. Display the lower and upper values for the dynamic block. > # show debugging label-table json > { > "dynamicBlock":{ > "lowerBound":16, > "upperBound":1048575 > }, > [..] > # show debugging label-table > Dynamic block: lower-bound 16, upper-bound 1048575 > [..] Signed-off-by: Philippe Guibert <[email protected]>
- Loading branch information