* 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
|
|
@ -1,4 +1,4 @@
|
||||||
# Clixon Changelog
|
v# Clixon Changelog
|
||||||
|
|
||||||
* [5.4.0](#540) Expected: November
|
* [5.4.0](#540) Expected: November
|
||||||
* [5.3.0](#530) 27 September 2021
|
* [5.3.0](#530) 27 September 2021
|
||||||
|
|
@ -49,6 +49,13 @@ Thanks netgate for providing the dispatcher code!
|
||||||
|
|
||||||
Users may have to change how they access the system
|
Users may have to change how they access the system
|
||||||
|
|
||||||
|
* New `clixon-config@2021-11-11.yang` revision
|
||||||
|
* Modified options:
|
||||||
|
* CLICON_CLI_GENMODEL_TYPE: added OC_COMPRESS enum
|
||||||
|
* CLICON_YANG_DIR: recursive search
|
||||||
|
* The behavior of option `CLICON_YANG_DIR` to find the most recent yang file has been changed
|
||||||
|
* Instead of searching a flat dir, it now searches recursively in the given dir
|
||||||
|
* See [Recursive search CLIXON_YANG_DIR](https://github.com/clicon/clixon/issues/284)
|
||||||
* Pagination is updated to new drafts:
|
* Pagination is updated to new drafts:
|
||||||
* [https://datatracker.ietf.org/doc/html/draft-wwlh-netconf-list-pagination-00>]
|
* [https://datatracker.ietf.org/doc/html/draft-wwlh-netconf-list-pagination-00>]
|
||||||
* Note removed import of system-capabilities.yang
|
* Note removed import of system-capabilities.yang
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ datarootdir = @datarootdir@
|
||||||
YANG_INSTALLDIR = @YANG_INSTALLDIR@
|
YANG_INSTALLDIR = @YANG_INSTALLDIR@
|
||||||
|
|
||||||
YANGSPECS = clixon-config@2021-07-11.yang # 5.3
|
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-lib@2021-03-08.yang # 5.1
|
||||||
YANGSPECS += clixon-rfc5277@2008-07-01.yang
|
YANGSPECS += clixon-rfc5277@2008-07-01.yang
|
||||||
YANGSPECS += clixon-xml-changelog@2019-03-21.yang
|
YANGSPECS += clixon-xml-changelog@2019-03-21.yang
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
module clixon-config {
|
module clixon-config {
|
||||||
yang-version 1.1;
|
yang-version 1.1;
|
||||||
namespace "http://clicon.org/config";
|
namespace "http://clicon.org/config";
|
||||||
|
|
@ -248,9 +247,6 @@ 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{
|
||||||
|
|
|
||||||
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