netopeer2
netopeer2 copied to clipboard
libnetconf2 does not support delete or remove operation for edit-config
The libnetconf2 does not support delete or remove operation for edit-config as per the rfc 6241 section 7.2.
enum | NC_RPC_EDIT_DFLTOP { NC_RPC_EDIT_DFLTOP_UNKNOWN = 0, NC_RPC_EDIT_DFLTOP_MERGE, NC_RPC_EDIT_DFLTOP_REPLACE, NC_RPC_EDIT_DFLTOP_NONE }
By default, it is a merge operation. Can you please let me know why delete or remove is not supported?