eigrp: Fix missing neighbor->nexthop changes?

I'm not sure how this was missed or why master
is not failing to compile.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-09-05 07:48:52 -04:00
parent 8972cae0fd
commit af0a634405
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ void eigrp_query_receive(struct eigrp *eigrp, struct ip *iph,
* know)*/
if (dest != NULL) {
struct eigrp_fsm_action_message msg;
struct eigrp_neighbor_entry *entry =
struct eigrp_nexthop_entry *entry =
eigrp_prefix_entry_lookup(dest->entries,
nbr);
msg.packet_type = EIGRP_OPC_QUERY;

View File

@ -168,7 +168,7 @@ void eigrp_reply_receive(struct eigrp *eigrp, struct ip *iph,
assert(dest);
struct eigrp_fsm_action_message msg;
struct eigrp_neighbor_entry *entry =
struct eigrp_nexthop_entry *entry =
eigrp_prefix_entry_lookup(dest->entries, nbr);
if (eigrp_update_prefix_apply(eigrp, ei,

View File

@ -258,7 +258,7 @@ static route_map_result_t route_match_metric(void *rule, struct prefix *prefix,
// u_int32_t *metric;
// u_int32_t check;
// struct rip_info *rinfo;
// struct eigrp_neighbor_entry *te;
// struct eigrp_nexthop_entry *te;
// struct eigrp_prefix_entry *pe;
// struct listnode *node, *node2, *nnode, *nnode2;
// struct eigrp *e;