#
nhrp
Here are 4 public repositories matching this topic...
Please see https://salt.bountysource.com/teams/quagga for an additional means to advance Quagga development. Quagga is the successor to zebra-pj and to GNU Zebra. I have accumulated resources for reunifying Quagga which are available at https://launchpad.net/~jonathan-ferguson. You can create an account and repository at https://gogs.quagga.net/user/login.
-
Updated
Dec 29, 2020 - C
Improve this page
Add a description, image, and links to the nhrp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nhrp 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