mirror_frr/eigrpd
Donald Sharp 377f30c31f eigrpd: Fix an issue found with metric change
A past commit modified the change value to an enum
but did not bother to fix all the places where
change was used.  Fix this.

Additionally add some more output to the fsm prefix
string about the change.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2017-10-28 18:45:08 -04:00
..
.gitignore build: non-recursive babeld & eigrpd 2017-08-04 19:09:14 +02:00
eigrp_const.h eigrpd: Create enum for states and string name for display 2017-10-28 18:06:28 -04:00
eigrp_dump.c *: Convert list_delete(struct list *) to ** to allow nulling 2017-10-05 10:53:13 -04:00
eigrp_dump.h eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry 2017-08-26 19:32:06 -04:00
eigrp_filter.c *: use the FOR_ALL_INTERFACES abstraction from babeld 2017-10-10 09:05:46 -03:00
eigrp_filter.h *: reindent 2017-07-17 14:04:07 +02:00
eigrp_fsm.c eigrpd: Fix an issue found with metric change 2017-10-28 18:45:08 -04:00
eigrp_fsm.h eigrpd: Refactor FSM calling 2017-08-24 08:04:20 -04:00
eigrp_hello.c eigrpd: Remove ei mapping to connected routes 2017-10-02 21:24:59 -04:00
eigrp_interface.c *: Convert list_delete(struct list *) to ** to allow nulling 2017-10-05 10:53:13 -04:00
eigrp_interface.h eigrpd: Remove ei mapping to connected routes 2017-10-02 21:24:59 -04:00
eigrp_macros.h eigrpd: Remove unnecessary macro definitions 2017-10-02 21:29:08 -04:00
eigrp_main.c eigrpd: Follow other protocol leads and exit when told to 2017-09-25 15:43:44 -04:00
eigrp_memory.c eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry 2017-08-26 19:32:06 -04:00
eigrp_memory.h eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry 2017-08-26 19:32:06 -04:00
eigrp_neighbor.c eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry 2017-08-26 19:32:06 -04:00
eigrp_neighbor.h eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry 2017-08-26 19:32:06 -04:00
eigrp_network.c eigrpd: Make struct zebra_privs_t available 2017-10-23 18:09:23 -04:00
eigrp_network.h eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry 2017-08-26 19:32:06 -04:00
eigrp_packet.c eigrpd: fix clang warning 2017-10-09 00:06:08 +02:00
eigrp_packet.h eigrpd: Refactor access/prefix list applications 2017-08-26 09:15:58 -04:00
eigrp_pkt_tlv1.c eigrp: Initial Commit 2017-03-08 23:07:46 -05:00
eigrp_pkt_tlv2.c eigrp: Initial Commit 2017-03-08 23:07:46 -05:00
eigrp_query.c eigrpd: Remove ei mapping to connected routes 2017-10-02 21:24:59 -04:00
eigrp_reply.c eigrpd: Remove ei mapping to connected routes 2017-10-02 21:24:59 -04:00
eigrp_routemap.c eigrp: Fix missing neighbor->nexthop changes? 2017-09-05 07:48:52 -04:00
eigrp_routemap.h eigrpd: Refactor access/prefix list applications 2017-08-26 09:15:58 -04:00
eigrp_siaquery.c eigrpd: Remove ei mapping to connected routes 2017-10-02 21:24:59 -04:00
eigrp_siareply.c eigrpd: Remove ei mapping to connected routes 2017-10-02 21:24:59 -04:00
eigrp_snmp.c *: reindent 2017-07-17 14:04:07 +02:00
eigrp_snmp.h *: reindent 2017-07-17 14:04:07 +02:00
eigrp_structs.h eigrpd: Fix an issue found with metric change 2017-10-28 18:45:08 -04:00
eigrp_topology.c eigrpd: Convert topology list to a table 2017-10-24 08:36:15 -04:00
eigrp_topology.h eigrpd: Convert topology list to a table 2017-10-24 08:36:15 -04:00
eigrp_update.c eigrpd: Convert topology list to a table 2017-10-24 08:36:15 -04:00
eigrp_vty.c *: fix coverity warnings - error handling issues 2017-10-24 19:30:30 -02:00
eigrp_vty.h *: reindent 2017-07-17 14:04:07 +02:00
eigrp_zebra.c *: Modify zclient_init to require privs data 2017-10-23 18:12:29 -04:00
eigrp_zebra.h eigrpd: Refactor to use 'struct prefix' for eigrp_zebra.h 2017-08-24 08:09:02 -04:00
EIGRP-MIB.txt eigrp: Initial Commit 2017-03-08 23:07:46 -05:00
eigrpd.c eigrpd: Convert topology list to a table 2017-10-24 08:36:15 -04:00
eigrpd.conf.sample eigrp: Initial Commit 2017-03-08 23:07:46 -05:00
eigrpd.h eigrpd: Make struct zebra_privs_t available 2017-10-23 18:09:23 -04:00
Makefile build: non-recursive babeld & eigrpd 2017-08-04 19:09:14 +02:00
subdir.am build: non-recursive babeld & eigrpd 2017-08-04 19:09:14 +02:00