The Wayback Machine - https://web.archive.org/web/20200917090358/https://github.com/topics/routing
Skip to content
#

routing

Here are 1,511 public repositories matching this topic...

svanimpe
svanimpe commented Apr 15, 2017

I'm in the process of writing my first (real) Kitura app and have been lost quite a lot. Kitura often sends Cannot GET /some/endpoint. responses without any error message in the log to help debug the issue. My log consists almost exclusively of [VERBOSE] [HTTPServerRequest.swift:215 parsingCompleted()] HTTP request from=127.0.0.1; proto=http; messages, even when there have been errors. I am us

sworleys
sworleys commented Mar 11, 2020

In zebra/rt_netlink.c, we call vrf_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_vrf object.

You would need to create a hash table probably in zebra/zebra_vrf.h that uses the table_id hash as a key and then update the code in vrf_lookup_by_id() to use this.

This shoul

Improve this page

Add a description, image, and links to the routing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.