]> git.puffer.fish Git - mirror/frr.git/commit
zebra: dump the dynamic-block bounds on vty command
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 5 Oct 2023 14:08:32 +0000 (16:08 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 18 Oct 2023 15:46:25 +0000 (17:46 +0200)
commitc6498ace442c63c970f3f5b3db3d08abfab6446d
treebc8b454bd239072cb75c22f3a1c37c169613547e
parent0bd8a160822bf7fe4aafab6eede73b83552f32bc
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 <philippe.guibert@6wind.com>
zebra/label_manager.c