I’ve datamodel designed to accept list of values for a given property. This is generic datamodel to accept properties with list of values or single values.
properties{
list property{
key name
leaf name{}
leat-list value{}
}
}
In netconf request or confd_load command, we can use operation=‘replace’ to override the list value. What is the equivalent in confd cli
Thank you for your reply. Confd_load is to load an xml config. I’m using confd cli to update the existing property value, not the NB api’s. Looking for the equivalent to use in confd cli.