From fc2edf2cf6df700e3c4a08f517cbafbca2a11156 Mon Sep 17 00:00:00 2001 From: wenovus Date: Thu, 3 Aug 2023 10:56:38 -0700 Subject: [PATCH] Test --- .github/workflows/diff.yaml | 1 + release/models/acl/openconfig-acl.yang | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/diff.yaml b/.github/workflows/diff.yaml index 1b83577bb..a5bc6247a 100644 --- a/.github/workflows/diff.yaml +++ b/.github/workflows/diff.yaml @@ -42,3 +42,4 @@ jobs: echo "-----------------------------" models-ci diff --disallowed-incompats --oldp "${oldroot}/third_party" --oldfiles "${oldfiles}" --newp "${newroot}/third_party" --newfiles "${newfiles}" + echo "-----------------------------" diff --git a/release/models/acl/openconfig-acl.yang b/release/models/acl/openconfig-acl.yang index 03d09c1bb..6b3977907 100644 --- a/release/models/acl/openconfig-acl.yang +++ b/release/models/acl/openconfig-acl.yang @@ -34,12 +34,12 @@ module openconfig-acl { packets should be handled. Entries have a type that indicates the type of match criteria, e.g., MAC layer, IPv4, IPv6, etc."; - oc-ext:openconfig-version "1.3.4"; + oc-ext:openconfig-version "1.3.3"; revision "2023-02-06" { description "Add clarifying comments on use of interface-ref."; - reference "1.3.4"; + reference "1.3.3"; } revision "2023-01-29" { @@ -293,16 +293,16 @@ module openconfig-acl { must be specified for each ACL entry"; } - //leaf log-action { - // type identityref { - // base LOG_ACTION; - // } - // default LOG_NONE; - // description - // "Specifies the log action and destination for - // matched packets. The default is not to log the - // packet."; - //} + leaf log-action { + type identityref { + base LOG_ACTION; + } + default LOG_NONE; + description + "Specifies the log action and destination for + matched packets. The default is not to log the + packet."; + } }