mpls
Here are 30 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 30, 2020 - C
-
Updated
Apr 15, 2019 - C
-
Updated
Feb 2, 2018 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Jul 30, 2020 - Java
-
Updated
Mar 9, 2019
-
Updated
Jun 7, 2017 - HTML
-
Updated
Aug 21, 2017 - MATLAB
-
Updated
Jan 4, 2017
-
Updated
Dec 10, 2019 - Python
-
Updated
Sep 9, 2020 - Shell
-
Updated
Sep 2, 2020 - Go
-
Updated
Aug 15, 2019 - Python
-
Updated
Aug 6, 2017 - Python
-
Updated
Jun 1, 2019 - Python
-
Updated
Jan 9, 2018
Improve this page
Add a description, image, and links to the mpls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mpls 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