mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
isisd/fabricd: use PROTO_NAME in SR code
The IS-IS SR code was missing a use of `PROTO_NAME`, making fabricd collide with the isisd CLI command. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
e53dac2fb3
commit
903ad92ca4
@ -1057,8 +1057,9 @@ static void show_node(struct vty *vty, struct isis_area *area, int level)
|
||||
}
|
||||
|
||||
DEFUN(show_sr_node, show_sr_node_cmd,
|
||||
"show isis segment-routing node",
|
||||
SHOW_STR PROTO_HELP
|
||||
"show " PROTO_NAME " segment-routing node",
|
||||
SHOW_STR
|
||||
PROTO_HELP
|
||||
"Segment-Routing\n"
|
||||
"Segment-Routing node\n")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user