]> git.puffer.fish Git - mirror/frr.git/commit
mgmt: delete candidate scratch buffer 14544/head
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 6 Oct 2023 18:18:33 +0000 (21:18 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 6 Oct 2023 18:18:33 +0000 (21:18 +0300)
commita962f2949f3c60fdc15a9d9d45fb81eb3cf18828
treef8dd843baadba7876e79b98d14fd50a9ef37f64f
parentc5164478474ef1d08d7bf851e4eb8baf2a01929d
mgmt: delete candidate scratch buffer

The code doesn't work at all. It tries to use libyang operation
metadata in a regular (not diff) data tree, and regular data trees
don't provide this data. Also, for destroy operations, it searches
for nodes in the running config, which may not have the deleted nodes
if we're not using implicit commits.

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