Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554)

This commit is contained in:
Olof hagsand 2024-09-21 11:04:03 +02:00
parent a4225c43b4
commit 3108dfca1e
3 changed files with 5 additions and 1 deletions

View file

@ -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");}
|
;