Open Churrofighter opened 1 year ago
@Churrofighter can you provide more information? configs, environment, etc? see bug report template plz.
@Churrofighter can you provide more information? configs, environment, etc? see bug report template plz.
Sure, how can i get eigrp debug logs?
looks like it's not implemented? https://github.com/FRRouting/frr/blob/1f98f424432a9e03032109156a26dd7d6f932b3e/eigrpd/eigrp_zebra.c#L105-L149
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose
label in order to avoid having this issue closed.
This issue will be automatically closed in the specified period unless there is further activity.
it still doesn't work
This issue will no longer be automatically closed.
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose
label in order to avoid having this issue closed.
This issue will be automatically closed in the specified period unless there is further activity.
up
This issue will no longer be automatically closed.
tested on master commit 33dfcd7
When redistribution for PROTOCOL(BGP, ISIS, rip,...) configure in EIGRP, EIGRP requests PROTOCOL routes from Zebra and then Zebra sends the routes. At this moment a ZEBRA_REDISTRIBUTE_ROUTE_ADD message receives from zebra and EIGRP handles this message in the eigrp_zebra_read_route function in the eigrp_zebra.c file.
because this function didn't compliment completely, these routes don't add and don't send for peers.