mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
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:
parent
a514ac486a
commit
cdfb430e2f
@ -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",
|
vty_out(vty, "IS-IS Update related packet debugging is %s\n",
|
||||||
onoffs);
|
onoffs);
|
||||||
if (flags & DEBUG_RTE_EVENTS)
|
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)
|
if (flags & DEBUG_EVENTS)
|
||||||
vty_out(vty, "IS-IS Event debugging is %s\n", onoffs);
|
vty_out(vty, "IS-IS Event debugging is %s\n", onoffs);
|
||||||
if (flags & DEBUG_PACKET_DUMP)
|
if (flags & DEBUG_PACKET_DUMP)
|
||||||
|
Loading…
Reference in New Issue
Block a user