diff options
-rw-r--r-- | lib/northbound_confd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/northbound_confd.c b/lib/northbound_confd.c index 352f2ed07..886f17f81 100644 --- a/lib/northbound_confd.c +++ b/lib/northbound_confd.c @@ -430,6 +430,9 @@ static int frr_confd_init_cdb(void) continue; } + if (CHECK_FLAG(snode->flags, LYS_CONFIG_R)) + continue; + nb_node = snode->priv; if (debug_northbound) zlog_debug("%s: subscribing to '%s'", __func__, |