]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_interface.c
eigrp: Make the eigrp_interface have a prefix instead of a *prefix
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 11 Feb 2019 12:16:35 +0000 (07:16 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 11 Feb 2019 12:16:35 +0000 (07:16 -0500)
commitb245781a6bc53a28da5a0fc3c2a7b2d8954f0b04
tree3967ea59f28c94c5c9eb5818c2300ed9ab8468f7
parent5edc2cf3eadccb4e592fa3288136165ec9246ed9
eigrp: Make the eigrp_interface have a prefix instead of a *prefix

The prefix data structure was being freed yet still needed in the
future and it's a fundamental part of the eigrp_interface data
structure let's keep it there instead of having it be deleted
and then not.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_dump.c
eigrpd/eigrp_hello.c
eigrpd/eigrp_interface.c
eigrpd/eigrp_network.c
eigrpd/eigrp_packet.c
eigrpd/eigrp_structs.h