mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
isisd: Remove unnecessary debug
Remove unnecessary debug from isis write mem. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
8793176b5a
commit
57f4b46e8b
@ -1061,9 +1061,6 @@ mpls_te_print_detail(struct vty *vty, struct te_is_neigh *te)
|
|||||||
void
|
void
|
||||||
isis_mpls_te_config_write_router (struct vty *vty)
|
isis_mpls_te_config_write_router (struct vty *vty)
|
||||||
{
|
{
|
||||||
|
|
||||||
zlog_debug ("ISIS MPLS-TE: Write ISIS router configuration");
|
|
||||||
|
|
||||||
if (IS_MPLS_TE(isisMplsTE))
|
if (IS_MPLS_TE(isisMplsTE))
|
||||||
{
|
{
|
||||||
vty_out (vty, " mpls-te on%s", VTY_NEWLINE);
|
vty_out (vty, " mpls-te on%s", VTY_NEWLINE);
|
||||||
|
Loading…
Reference in New Issue
Block a user