]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_neighbor.h
eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 26 Aug 2017 23:32:06 +0000 (19:32 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 26 Aug 2017 23:32:06 +0000 (19:32 -0400)
commit255ab9408f6a9d6addd727c5697d4fbd8b6219f1
tree2c0ade0c33778a1e70f219414b37355eda85c04a
parent71b52ef23ad7cbf5865f47a6211a77214d8fd321
eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry

The struct 'eigrp_neighbor_entry' really represents
a nexthop for a prefix.  Rename the structure to
better represent what we are representing.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
19 files changed:
eigrpd/eigrp_const.h
eigrpd/eigrp_dump.c
eigrpd/eigrp_dump.h
eigrpd/eigrp_fsm.c
eigrpd/eigrp_interface.c
eigrpd/eigrp_memory.c
eigrpd/eigrp_memory.h
eigrpd/eigrp_neighbor.c
eigrpd/eigrp_neighbor.h
eigrpd/eigrp_network.c
eigrpd/eigrp_network.h
eigrpd/eigrp_siaquery.c
eigrpd/eigrp_siareply.c
eigrpd/eigrp_structs.h
eigrpd/eigrp_topology.c
eigrpd/eigrp_topology.h
eigrpd/eigrp_update.c
eigrpd/eigrp_vty.c
eigrpd/eigrp_zebra.c