]> git.puffer.fish Git - matthieu/frr.git/commit
eigrpd: Convert the eiflist to a typesafe hash
authorDonald Sharp <sharpd@nvidia.com>
Mon, 24 Mar 2025 01:16:56 +0000 (21:16 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 24 Mar 2025 15:36:13 +0000 (11:36 -0400)
commitcb34559d7fbd9b333ed26bfb55ae61bf888b46de
tree1b67818d85f36ad6b023d825d268d92785b05335
parent8249c046d71aa28784ec4590a985ec97862fd8a3
eigrpd: Convert the eiflist to a typesafe hash

The eigrp->eiflist is a linked list and should just
be a hash instead.  The full conversion to a hash
like functionality is goingto wait until the connected
eigrp data structure is created.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
14 files changed:
eigrpd/eigrp_filter.c
eigrpd/eigrp_hello.c
eigrpd/eigrp_interface.c
eigrpd/eigrp_interface.h
eigrpd/eigrp_neighbor.c
eigrpd/eigrp_network.c
eigrpd/eigrp_northbound.c
eigrpd/eigrp_packet.c
eigrpd/eigrp_query.c
eigrpd/eigrp_routemap.c
eigrpd/eigrp_structs.h
eigrpd/eigrp_update.c
eigrpd/eigrp_vty.c
eigrpd/eigrpd.c