mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-25 01:03:34 +00:00
eigrpd: Cleanup some more debugs
Properly place a few more debugs. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
f90f65a242
commit
0f6c16fbe6
@ -903,7 +903,7 @@ void eigrp_packet_header_init(int type, struct eigrp_interface *ei,
|
||||
// eigrph->sequence = htonl(3);
|
||||
eigrph->flags = htonl(flags);
|
||||
|
||||
if (IS_DEBUG_EIGRP_TRANSMIT(0, RECV))
|
||||
if (IS_DEBUG_EIGRP_TRANSMIT(0, PACKET_DETAIL))
|
||||
zlog_debug("Packet Header Init Seq [%u] Ack [%u]",
|
||||
htonl(eigrph->sequence), htonl(eigrph->ack));
|
||||
|
||||
|
||||
@ -762,8 +762,6 @@ void eigrp_update_send_all(struct eigrp *eigrp,
|
||||
pe->req_action &= ~EIGRP_FSM_NEED_UPDATE;
|
||||
listnode_delete(eigrp->topology_changes_internalIPV4,
|
||||
pe);
|
||||
zlog_debug("UPDATE COUNT: %d",
|
||||
eigrp->topology_changes_internalIPV4->count);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user