diff --git a/yang/ietf-acl-enh.yang b/yang/ietf-acl-enh.yang index 88d8c11..8664906 100644 --- a/yang/ietf-acl-enh.yang +++ b/yang/ietf-acl-enh.yang @@ -671,20 +671,21 @@ grouping mpls-match-parameters-config { "The type of counter action to be performed."; } list counter-names { - key counter-name; when "../counter-type = 'counter-name'" { description "Name for the counter or variable to update when counter-type is 'counter-name'."; } + key counter-name; + description + "List of possible variables or counter names to + update based on match critieria."; + leaf counter-name { type string; description "The name of the counter action."; } - description - "List of possible variables or counter names to - update based on match critieria."; } } }