Skip to content
#

ospf

Here are 94 public repositories matching this topic...

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

zebra good first issue

Topolograph.com is an online project which can visualize OSPF/ISIS topology based on single OSPF LinkState DataBase scrapping from one network device ( thanks OSPF =). Then you can not only see (and check) the shortest path from source to destination, but also see the outcome from link or node failure along the path to the destination. The existing algorithms depict SPT, backup or even backup of backup paths and print out how many segments along the path are backuped and how many are not. Additionally, if you are planning device maintenance and would like to know how shutdowning some particular device will affect on routing in your topology - just choose this node in Node shutdown Pred and you get your answer: will be topology stay connected or not, how many subnets will become unavailable.

  • Updated Mar 13, 2022
  • Smarty

Improve this page

Add a description, image, and links to the ospf 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 ospf topic, visit your repo's landing page and select "manage topics."

Learn more