isisd: fix typo in show debugging

fix typo in show debugging.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
Philippe Guibert 2022-03-31 11:19:26 +02:00
parent a514ac486a
commit cdfb430e2f

View File

@ -1628,7 +1628,7 @@ void print_debug(struct vty *vty, int flags, int onoff)
vty_out(vty, "IS-IS Update related packet debugging is %s\n",
onoffs);
if (flags & DEBUG_RTE_EVENTS)
vty_out(vty, "IS-IS Route related debuggin is %s\n", onoffs);
vty_out(vty, "IS-IS Route related debugging is %s\n", onoffs);
if (flags & DEBUG_EVENTS)
vty_out(vty, "IS-IS Event debugging is %s\n", onoffs);
if (flags & DEBUG_PACKET_DUMP)