Added enum OC_COMPRESS to Clixon yang.
This commit is contained in:
parent
aeff754110
commit
2f56357adb
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
module clixon-config {
|
module clixon-config {
|
||||||
yang-version 1.1;
|
yang-version 1.1;
|
||||||
namespace "http://clicon.org/config";
|
namespace "http://clicon.org/config";
|
||||||
|
|
@ -247,6 +248,9 @@ module clixon-config {
|
||||||
enum HIDE{
|
enum HIDE{
|
||||||
description "Keywords on non-key variables and hide container around lists: a <x> y <y>";
|
description "Keywords on non-key variables and hide container around lists: a <x> y <y>";
|
||||||
}
|
}
|
||||||
|
enum OC_COMPRESS{
|
||||||
|
description "See: https://github.com/openconfig/ygot/blob/master/docs/design.md#openconfig-path-compression";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
typedef nacm_mode{
|
typedef nacm_mode{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue