]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_packet.c
eigrpd: Store nbr in packet data
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Aug 2017 13:53:51 +0000 (09:53 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Aug 2017 13:53:51 +0000 (09:53 -0400)
commit907b430346b16f670a497e357ba48b01a3240144
treee10b8190bc22e4e04bc75d3f43fe894684415a2f
parent3bbde7327a20efe80a58574a784290206c8efc93
eigrpd: Store nbr in packet data

Store the neighbor information( if available ) in the packet
data that we are sending.  This will allow in a future commit
the ability to fixup the outgoing ack we are sending.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_hello.c
eigrpd/eigrp_packet.c
eigrpd/eigrp_packet.h
eigrpd/eigrp_query.c
eigrpd/eigrp_reply.c
eigrpd/eigrp_siaquery.c
eigrpd/eigrp_siareply.c
eigrpd/eigrp_structs.h
eigrpd/eigrp_update.c