ospf
Here are 70 public repositories matching this topic...
-
Updated
Sep 30, 2020 - C
-
Updated
Nov 30, 2020 - HTML
-
Updated
Dec 2, 2020 - Python
-
Updated
Dec 2, 2020 - HTML
-
Updated
Jun 13, 2020
-
Updated
Oct 27, 2020 - Python
-
Updated
Mar 9, 2019
-
Updated
Sep 2, 2017 - DIGITAL Command Language
-
Updated
Dec 12, 2018 - Go
-
Updated
Sep 2, 2020
-
Updated
Feb 26, 2020 - Ruby
-
Updated
Jun 18, 2018 - Python
-
Updated
Jun 21, 2018
-
Updated
Nov 21, 2017 - C
Improve this page
Add a description, image, and links to the ospf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ospf 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