mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
Show debug configuration in vtysh.
This commit is contained in:
parent
9a30ee5606
commit
1d8062884f
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-22 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
|
* ospf_dump.c: Show debug configuration in vtysh.
|
||||||
|
|
||||||
2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* ospf_interface.h: Declare new function ospf_default_iftype.
|
* ospf_interface.h: Declare new function ospf_default_iftype.
|
||||||
|
@ -1468,7 +1468,8 @@ DEFUN (show_debugging_ospf,
|
|||||||
struct cmd_node debug_node =
|
struct cmd_node debug_node =
|
||||||
{
|
{
|
||||||
DEBUG_NODE,
|
DEBUG_NODE,
|
||||||
""
|
"",
|
||||||
|
1 /* VTYSH */
|
||||||
};
|
};
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user