diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 0fac691b2..f746bf7c0 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -53,7 +53,6 @@ steps: cd /go/src/github.com/openconfig/models-ci # Modify the major version to update models-ci version. branch=$(git tag -l 'v11.*' | sort -V | tail -1) - branch=c880ed2 git checkout $branch volumes: - name: 'ssh' diff --git a/release/models/acl/openconfig-acl.yang b/release/models/acl/openconfig-acl.yang index 6b3977907..79bca7c46 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.3"; + oc-ext:openconfig-version "1.4.3"; revision "2023-02-06" { description "Add clarifying comments on use of interface-ref."; - reference "1.3.3"; + reference "1.4.3"; } revision "2023-01-29" { @@ -284,25 +284,23 @@ module openconfig-acl { leaf forwarding-action { - type identityref { - base FORWARDING_ACTION; - } + type binary; mandatory true; description "Specifies the forwarding action. One forwarding action 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."; + //} }