eigrp
Here are 20 public repositories matching this topic...
-
Updated
Apr 11, 2016 - Python
-
Updated
Mar 9, 2019
-
Updated
Sep 2, 2020
-
Updated
Sep 13, 2017
-
Updated
Jun 23, 2017
-
Updated
Aug 2, 2020
-
Updated
May 4, 2019
-
Updated
Apr 11, 2020
Improve this page
Add a description, image, and links to the eigrp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eigrp topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul