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

vrrp

Here are 18 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

carp-rs allows a couple of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the patents-bloated VRRP).

  • Updated May 10, 2016
  • Rust

Improve this page

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

Learn more