#
vrrp
Here are 18 public repositories matching this topic...
Keepalived
c
linux
infrastructure
daemon
protocol
snmp
bfd
keepalived
high-availability
netlink
vrrp
ipvs
multiplexer
lvs
infrastructures
-
Updated
Oct 15, 2021 - C
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
Keepalived role for ansible deployment
ansible
debian
ansible-role
vip
dict
opensuse
centos7
ubuntu1604
keepalived
high-availability
vrrp
openstack-ansible
notification-script
keepalived-role
ubuntu1804
centos8
ubuntu2004
-
Updated
Oct 11, 2021 - Jinja
A lightweight, fast, and highly secure VRRP daemon.
-
Updated
Mar 16, 2021 - Rust
Alpine based container for keepalived
-
Updated
Dec 20, 2018 - Shell
Terraform automation that provisions Floating IP(VIP) emulation on the Oracle Cloud Infrastructure(OCI).
-
Updated
Feb 5, 2020 - HCL
The goal of this project is to log when the active router change. Log are displayed on terminal and can be saved in a log file and/or in an InfluxDB.
-
Updated
Jun 23, 2021 - Python
The dellos-vrrp role facilitates the configuration ofVirtual Router Redundancy Protocol (VRRP) attributes in devices running Dell EMC Networking Operating Systems.
-
Updated
Apr 28, 2020
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
nvrrp is an implementation of the Virtual Router Redundancy Protocol version 3 (RFC 5798)
-
Updated
Jun 2, 2021 - C
Improve this page
Add a description, image, and links to the vrrp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vrrp topic, visit your repo's landing page and select "manage topics."


I didn't see in source code any traces of endpoints for health checks. It usually used by liveness and readiness checks in k8s.
Is this decision made on purpose or this part not implemented yet?