#
msdp
Here are 4 public repositories matching this topic...
A C++ library for interacting with Telnet streams
telnet
msdp
telnet-protocol
rfc-1153
rfc-857
rfc-1950
rfc-1073
rfc-1572
rfc-858
rfc-1091
telnet-session
telnet-layer
rfc-854
mccp
-
Updated
Dec 19, 2020 - C++
Improve this page
Add a description, image, and links to the msdp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msdp 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