diff options
author | Chirag Shah <chirag@nvidia.com> | 2020-12-20 23:22:01 +0100 |
---|---|---|
committer | Chirag Shah <chirag@nvidia.com> | 2021-01-10 08:06:02 +0100 |
commit | f4eac84c5ac136bc7dd37f2c950d375e94616bc4 (patch) | |
tree | c0449aadadf93a0066f035cef2b51d9112ddbc26 /lib/northbound.h | |
parent | bgpd: convert neighbor plist to transactional cli (diff) | |
download | frr-f4eac84c5ac136bc7dd37f2c950d375e94616bc4.tar.xz frr-f4eac84c5ac136bc7dd37f2c950d375e94616bc4.zip |
yang: nbr plist nb conversion for more afi-safis
Signed-off-by: Chirag Shah <chirag@nvidia.com>
Diffstat (limited to 'lib/northbound.h')
-rw-r--r-- | lib/northbound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound.h b/lib/northbound.h index c37d66d58..8dd6b4c33 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -552,7 +552,7 @@ struct nb_node { * from working properly on shared libraries. For those compilers, use a fixed * size array to work around the problem. */ -#define YANG_MODULE_MAX_NODES 1400 +#define YANG_MODULE_MAX_NODES 2000 struct frr_yang_module_info { /* YANG module name. */ |