leaf-list default; yangmodels/junos models

This commit is contained in:
Olof hagsand 2019-04-01 16:04:02 +02:00
parent c1b489c8db
commit a68174897d
2 changed files with 40 additions and 27 deletions

View file

@ -1132,6 +1132,7 @@ leaf_list_substmt : when_stmt { clicon_debug(2,"leaf-list-substmt -> when
| type_stmt { clicon_debug(2,"leaf-list-substmt -> type-stmt"); }
| units_stmt { clicon_debug(2,"leaf-list-substmt -> units-stmt"); }
| must_stmt { clicon_debug(2,"leaf-list-substmt -> must-stmt"); }
| default_stmt { clicon_debug(2,"leaf-list-substmt -> default-stmt"); }
| config_stmt { clicon_debug(2,"leaf-list-substmt -> config-stmt"); }
| min_elements_stmt { clicon_debug(2,"leaf-list-substmt -> min-elements-stmt"); }
| max_elements_stmt { clicon_debug(2,"leaf-list-substmt -> max-elements-stmt"); }