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