]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_topology.c
eigrpd: Convert pe->destination_ipv4 to pe->destination
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 23 Aug 2017 18:19:45 +0000 (14:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 12:04:20 +0000 (08:04 -0400)
commit02b459988199f05c81d4353d6fd6812c196c7a5d
tree7f8b8c45ee83df4fc2b3875e78910da3b6d5140b
parent348addb4e7e44f614f84d75d41a0af1a8ad2e6c1
eigrpd: Convert pe->destination_ipv4 to pe->destination

Convert the destination_ipv4 to a struct prefix and just
call it destination.

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