mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 11:33:48 +00:00
Merge pull request #1102 from donaldsharp/eigrp_compile
eigrp: Fix missing neighbor->nexthop changes?
This commit is contained in:
commit
eb1e453f9a
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user