Changed cl:ignore-compare to also include core diff algorithm
This commit is contained in:
parent
4ee6b48abe
commit
6ff1588397
4 changed files with 127 additions and 103 deletions
|
|
@ -202,8 +202,9 @@ module clixon-lib {
|
|||
extension ignore-compare {
|
||||
description
|
||||
"The object should be ignored when comparing device configs for equality.
|
||||
One example is auto-created objects by the server, such as uid.
|
||||
Another example is a plain-text password is changed to an encrypted by the server.";
|
||||
The object should never be added, modified, or deleted on target.
|
||||
Essentially a read-only object
|
||||
One example is auto-created objects by the , such as uid.";
|
||||
}
|
||||
md:annotation creator {
|
||||
type string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue