aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vrrp/vrrp_all_api_h.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan1-11/+0
This is the last in the series of moving API messages from vpp/api/vpe.api to vlibmemory/memclnt.api. This patch makes the remaining vpe.api messages dynamic, to help VAT2 binary-api command. Moves the VAT test code to a separate file and removes the now unnused API meta files. Type: improvement Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I01dd78eaff1d3715dff17d2643bf0f7f0089935b Signed-off-by: Ole Troan <ot@cisco.com>
2020-02-13vrrp: add plugin providing vrrp supportMatthew Smith1-0/+11
Type: feature Add a new plugin to support HA using VRRPv3 (RFC 5798). Change-Id: Iaa2c37e6172f8f41e9165f178f44d481f6e247b9 Signed-off-by: Matthew Smith <mgsmith@netgate.com>