Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554)
This commit is contained in:
parent
a4225c43b4
commit
3108dfca1e
3 changed files with 5 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ Developers may need to change their code
|
|||
|
||||
### Corrected Busg
|
||||
|
||||
* Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554)
|
||||
* Fixed: Double top-levels in xmldb_get that could occur with xpath containing choice.
|
||||
* Fixed: [RESTCONF exit on cert error + complex accept](https://github.com/clicon/clixon/issues/551)
|
||||
* Fixed: [Deletion of leaf in YANG choice removes leaf in a different choice/case](https://github.com/clicon/clixon/issues/542)
|
||||
|
|
|
|||
|
|
@ -624,6 +624,7 @@ argument_substmts : argument_substmts argument_substmt
|
|||
|
||||
argument_substmt : yin_element_stmt1 { _PARSE_DEBUG("argument-substmt -> yin-element-stmt1");}
|
||||
| unknown_stmt { _PARSE_DEBUG("argument-substmt -> unknown-stmt");}
|
||||
|
|
||||
;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -81,10 +81,12 @@ module $APPNAME{
|
|||
ex:e4 arg1{
|
||||
uses bar;
|
||||
}
|
||||
|
||||
extension posix-pattern {
|
||||
argument "pattern";
|
||||
}
|
||||
extension extra {
|
||||
argument "pattern"{} /* See https://github.com/clicon/clixon/issues/554 */
|
||||
}
|
||||
typedef dotted-quad {
|
||||
description "Only present for complex parsing of unknown-stmt";
|
||||
type string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue