]> git.proxmox.com Git - mirror_frr.git/blame - zebra/zebra_mlag_vty.h
lib: msg: refactor common connection code from mgmtd
[mirror_frr.git] / zebra / zebra_mlag_vty.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
fd193241
DS
2/* Zebra Mlag vty Code.
3 * Copyright (C) 2019 Cumulus Networks, Inc.
4 * Donald Sharp
fd193241
DS
5 */
6#ifndef __ZEBRA_MLAG_VTY_CODE__
7#define __ZEBRA_MLAG_VTY_CODE__
8
17e38209
RW
9#ifdef __cplusplus
10extern "C" {
11#endif
12
fd193241
DS
13extern int32_t zebra_mlag_test_mlag_internal(const char *none,
14 const char *primary,
15 const char *secondary);
16
17extern void zebra_mlag_vty_init(void);
18
17e38209
RW
19#ifdef __cplusplus
20}
21#endif
22
fd193241 23#endif