Skip to content

Commit

Permalink
zebra: fix help handler for 'mpls label global-block'
Browse files Browse the repository at this point in the history
The help handler refers to segment routing. Fix it.

Fixes: 1b6d5c7 ("bgpd, zebra: Implement BGP Prefix-SID IETF draft")
Signed-off-by: Philippe Guibert <[email protected]>
  • Loading branch information
pguibert6WIND committed Oct 18, 2023
1 parent a681f52 commit ad1c88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra/zebra_mpls_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ DEFUN (mpls_label_global_block,
"mpls label global-block (16-1048575) (16-1048575)",
MPLS_STR
"Label configuration\n"
"Configure global label block\n"
"Configure BGP segment routing global label block\n"
"Start label\n"
"End label\n")
{
Expand All @@ -411,7 +411,7 @@ DEFUN (no_mpls_label_global_block,
NO_STR
MPLS_STR
"Label configuration\n"
"Configure global label block\n"
"Configure segment routing global label block\n"
"Start label\n"
"End label\n")
{
Expand Down

0 comments on commit ad1c88d

Please sign in to comment.