]> git.proxmox.com Git - mirror_frr.git/blob - mgmtd/mgmt_defines.h
mgmtd: Bringup MGMTD daemon and datastore module support
[mirror_frr.git] / mgmtd / mgmt_defines.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * MGMTD public defines.
4 *
5 * Copyright (C) 2021 Vmware, Inc.
6 * Pushpasis Sarkar <spushpasis@vmware.com>
7 */
8
9 #ifndef _FRR_MGMTD_DEFINES_H
10 #define _FRR_MGMTD_DEFINES_H
11
12 #include "yang.h"
13
14 #define MGMTD_CLIENT_NAME_MAX_LEN 32
15
16 #define MGMTD_MAX_XPATH_LEN XPATH_MAXLEN
17
18 #define MGMTD_MAX_YANG_VALUE_LEN YANG_VALUE_MAXLEN
19
20 #endif /* _FRR_MGMTD_DEFINES_H */