Updated openconfig and yangmodels repos lead to some changed in testscript and a minor parsing lapsus

This commit is contained in:
Olof hagsand 2019-11-16 17:34:18 +01:00
parent d0e97ee338
commit f2cad01fc6
3 changed files with 25 additions and 5 deletions

View file

@ -1490,6 +1490,7 @@ notification_substmt : if_feature_stmt { clicon_debug(2,"notification-substmt -
| typedef_stmt { clicon_debug(2,"notification-substmt -> typedef-stmt"); }
| grouping_stmt { clicon_debug(2,"notification-substmt -> grouping-stmt"); }
| data_def_stmt { clicon_debug(2,"notification-substmt -> data-def-stmt"); }
| unknown_stmt { clicon_debug(2,"notification-substmt -> unknown-stmt");}
| { clicon_debug(2,"notification-substmt -> "); }
;