aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vrrp/vrrp_test.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-28vrrp: fix api-related coverity warningsDave Barach1-1/+8
Type: fix Ticket: VPP-1837 Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I13c0e4771defaebccc976a6f6703493de29434dd
2020-02-13vrrp: add plugin providing vrrp supportMatthew Smith1-0/+693
Type: feature Add a new plugin to support HA using VRRPv3 (RFC 5798). Change-Id: Iaa2c37e6172f8f41e9165f178f44d481f6e247b9 Signed-off-by: Matthew Smith <mgsmith@netgate.com>