Skip to content

Commit

Permalink
revert YANG changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Aug 8, 2023
1 parent 61a372b commit 54162d2
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions release/models/acl/openconfig-acl.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3";
oc-ext:openconfig-version "1.3.3";

revision "2023-02-06" {
description
"Add clarifying comments on use of interface-ref.";
reference "1.4.3";
reference "1.3.3";
}

revision "2023-01-29" {
Expand Down Expand Up @@ -284,23 +284,25 @@ module openconfig-acl {


leaf forwarding-action {
type binary;
type identityref {
base FORWARDING_ACTION;
}
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.";
}


}
Expand Down

0 comments on commit 54162d2

Please sign in to comment.