summaryrefslogtreecommitdiff
path: root/lib/keychain_nb.c
AgeCommit message (Collapse)Author
2025-02-14lib: nb: call child destroy CBs when YANG container is deletedChristian Hopps
Previously the code was only calling the child destroy callbacks if the target deleted node was a non-presence container. We now add a flag to the callback structure to instruct northbound to perform the rescursive delete for code that wishes for this to happen. - Fix wrong relative path lookup in keychain destroy callback Signed-off-by: Christian Hopps <chopps@labn.net>
2024-04-16lib: fix keychain NB crashIgor Ryzhov
Operational data should not be used on validation stage. Move the usage to apply stage only. Fixes #15707. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-03-04lib: add keychain northbound supportChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-03-01yang: Add initial model and generated code.Christian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>