Added CLICON_STATE_PATH_KLUDGE

This commit is contained in:
Olof hagsand 2020-05-01 21:39:18 +02:00
parent 442e96bdf0
commit 703d1a2b08
4 changed files with 44 additions and 2 deletions

View file

@ -719,5 +719,17 @@ module clixon-config {
data to store before dropping. 0 means no retention";
}
leaf CLICON_STATE_PATH_KLUDGE {
type string;
status obsolete;
description
"For get state commands, if the select xpath is equal (or its beginning)
is equal to the path in this option, then yang binding, sorting, default
values is skipped.
Note you need to set USE_STATE_PATH_KLUDGE compile option to use this.
This is a temporary option which will go away in future releases, therefore
marked as obsolete.";
}
}
}