]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_siareply.c
eigrpd: Remove ei mapping to connected routes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 2 Oct 2017 23:50:39 +0000 (19:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 3 Oct 2017 01:24:59 +0000 (21:24 -0400)
commitb748db674ab6838f31c47f394350ab850ba22748
treed05a3a9a41969022fab410fd7c6108033906a1fc
parent79b3087675c7c4cc6c0693ca205c02b76c45525a
eigrpd: Remove ei mapping to connected routes

We need one struct eigrp_interface per ifp structure
not a ifp->info structure with a ei per connected.

Some minor code cleanup as well with macros and
their weird usage.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
15 files changed:
eigrpd/eigrp_dump.c
eigrpd/eigrp_hello.c
eigrpd/eigrp_interface.c
eigrpd/eigrp_interface.h
eigrpd/eigrp_macros.h
eigrpd/eigrp_network.c
eigrpd/eigrp_packet.c
eigrpd/eigrp_query.c
eigrpd/eigrp_reply.c
eigrpd/eigrp_siaquery.c
eigrpd/eigrp_siareply.c
eigrpd/eigrp_structs.h
eigrpd/eigrp_update.c
eigrpd/eigrp_vty.c
eigrpd/eigrp_zebra.c