]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_update.c
eigrpd: Fix crash and attempt to send data
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jul 2017 23:32:51 +0000 (19:32 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Aug 2017 23:29:03 +0000 (19:29 -0400)
commit7ecf0a4d3740bee622a0fffaabd6e623c342b7ae
tree3601d22510ddd78814af95255b70503b80ffd56b
parent5da387853b38965628531c9e0d1f571ecb850439
eigrpd: Fix crash and attempt to send data

This code fixes a crash in EIGRP when on initial
neighbor formation we need to send more than 1 packet
of data to the nbr.

I was testing this by redistributing connected
and just adding a bunch of /32 address to
an interface.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_packet.c
eigrpd/eigrp_update.c