diff options
| -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 7b481273cb..01dc528aa4 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -546,7 +546,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 1024 +#define YANG_MODULE_MAX_NODES 1400 struct frr_yang_module_info { /* YANG module name. */ |
