* New clixon-config@2021-11-11.yang revision
* Modified options:
* CLICON_CLI_GENMODEL_TYPE: added OC_COMPRESS enum
* CLICON_YANG_DIR: recursive search
This commit is contained in:
parent
2dcc14a0db
commit
fd29559b25
4 changed files with 1076 additions and 5 deletions
|
|
@ -42,6 +42,7 @@ datarootdir = @datarootdir@
|
|||
YANG_INSTALLDIR = @YANG_INSTALLDIR@
|
||||
|
||||
YANGSPECS = clixon-config@2021-07-11.yang # 5.3
|
||||
YANGSPECS = clixon-config@2021-11-11.yang # 5.4
|
||||
YANGSPECS += clixon-lib@2021-03-08.yang # 5.1
|
||||
YANGSPECS += clixon-rfc5277@2008-07-01.yang
|
||||
YANGSPECS += clixon-xml-changelog@2019-03-21.yang
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
module clixon-config {
|
||||
yang-version 1.1;
|
||||
namespace "http://clicon.org/config";
|
||||
|
|
@ -248,9 +247,6 @@ module clixon-config {
|
|||
enum HIDE{
|
||||
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{
|
||||
|
|
|
|||
1067
yang/clixon/clixon-config@2021-11-11.yang
Normal file
1067
yang/clixon/clixon-config@2021-11-11.yang
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue