mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
eigrpd: Correctly size the dump data
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
73d11e2ec1
commit
4dfa484627
@ -51,14 +51,14 @@
|
||||
/* Enable debug option variables -- valid only session. */
|
||||
unsigned long term_debug_eigrp = 0;
|
||||
unsigned long term_debug_eigrp_nei = 0;
|
||||
unsigned long term_debug_eigrp_packet[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
unsigned long term_debug_eigrp_packet[11] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
unsigned long term_debug_eigrp_zebra = 6;
|
||||
unsigned long term_debug_eigrp_transmit = 0;
|
||||
|
||||
/* Configuration debug option variables. */
|
||||
unsigned long conf_debug_eigrp = 0;
|
||||
unsigned long conf_debug_eigrp_nei = 0;
|
||||
unsigned long conf_debug_eigrp_packet[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
unsigned long conf_debug_eigrp_packet[11] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
unsigned long conf_debug_eigrp_zebra = 0;
|
||||
unsigned long conf_debug_eigrp_transmit = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user