From 801d243b964d94e59af7e2635c926ef3beccc095 Mon Sep 17 00:00:00 2001 From: samier barguil Date: Mon, 16 Oct 2023 17:05:05 +0200 Subject: [PATCH] update order --- yang/ietf-acl-enh.yang | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yang/ietf-acl-enh.yang b/yang/ietf-acl-enh.yang index 4f74f0b..88d8c11 100644 --- a/yang/ietf-acl-enh.yang +++ b/yang/ietf-acl-enh.yang @@ -633,7 +633,7 @@ grouping mpls-match-parameters-config { } } - grouping acl-complementary-actions { + grouping acl-complementary-actions { description "Collection of complementary actions for the ACL."; @@ -677,12 +677,14 @@ grouping mpls-match-parameters-config { "Name for the counter or variable to update when counter-type is 'counter-name'."; } - 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."; } } }