]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix apply_finish callback in northbound 15487/head
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 5 Mar 2024 13:30:37 +0000 (15:30 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 5 Mar 2024 13:30:37 +0000 (15:30 +0200)
commit8287fbe453d150a5e129ed204d89a4dce9b6982f
tree43f5cab35d33362985ae7f02316771b0b8496344
parenta44918640f8aa1a7b2626dc69eb385c7768a700b
lib: fix apply_finish callback in northbound

When a node is top-level, we shouldn't stop the whole processing, we
should just skip this single node.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/northbound.c