mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[65-libyang-adaptor] to modify -> to-be-modified
This commit is contained in:
parent
3c871195c9
commit
dc0b45be1b
@ -218,7 +218,7 @@ void applyAction(ConstElementPtr actions, ElementPtr scope, size_t next) {
|
||||
}
|
||||
|
||||
/// @brief Apply recursively actions following the path and going down
|
||||
/// in the to modify structure.
|
||||
/// in the to-be-modified structure.
|
||||
///
|
||||
/// The recursive call when the end of the path is not reached is done:
|
||||
/// - in a map on the value at the key
|
||||
|
@ -92,7 +92,7 @@ public:
|
||||
/// * insert adds a value at a key:
|
||||
/// . in a map the key is the new entry key
|
||||
/// . in a list an integer key is the new element index
|
||||
/// . in a list a map key is the key / value pair the to modify
|
||||
/// . in a list a map key is the key / value pair the to-be-modified
|
||||
/// element contains
|
||||
/// * replace adds or replaces if it already exists a value at
|
||||
/// an entry key in a map.
|
||||
|
Loading…
x
Reference in New Issue
Block a user