Type: feature Add a new plugin to support HA using VRRPv3 (RFC 5798). Change-Id: Iaa2c37e6172f8f41e9165f178f44d481f6e247b9 Signed-off-by: Matthew Smith <mgsmith@netgate.com>
29 lines
350 B
CMake
29 lines
350 B
CMake
#
|
|
# Copyright 2019-2020 Rubicon Communications, LLC (Netgate)
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
add_vpp_plugin(vrrp
|
|
SOURCES
|
|
vrrp.c
|
|
vrrp_api.c
|
|
vrrp_cli.c
|
|
vrrp_format.c
|
|
node.c
|
|
vrrp_packet.c
|
|
vrrp_periodic.c
|
|
|
|
MULTIARCH_SOURCES
|
|
node.c
|
|
|
|
API_FILES
|
|
vrrp.api
|
|
|
|
INSTALL_HEADERS
|
|
vrrp.h
|
|
|
|
API_TEST_SOURCES
|
|
vrrp_test.c
|
|
)
|