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:
David Lamparter 2022-10-06 16:04:03 +02:00
parent e53dac2fb3
commit 903ad92ca4
1 changed files with 3 additions and 2 deletions

View File

@ -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")
{