]> git.puffer.fish Git - matthieu/frr.git/commit
eigrpd: Rework ack sent to neighbor
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Aug 2017 14:02:54 +0000 (10:02 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Aug 2017 14:02:54 +0000 (10:02 -0400)
commit9c273c6d28345cb6c3d88aef2ab69a0eec264be3
tree6605fcf93227674d5af333ed73781c1575a08dfb
parent907b430346b16f670a497e357ba48b01a3240144
eigrpd: Rework ack sent to neighbor

EIGRP schedules and builds packets to send in the future.
Before those packets are being sent, we are receiving
update information from our peer.  At that time we
need to reach into the built packet and reset the
outgoing ack to a better value.

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