Skip to content

Commit

Permalink
Merge pull request YangModels#1526 from yang-catalog/main
Browse files Browse the repository at this point in the history
Cronjob - daily update of yang files.
  • Loading branch information
SlavomirMazurPantheon authored Dec 20, 2023
2 parents beb4499 + ead6cbf commit facddb3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ module iana-icmpv4-types {
Relating to IETF Documents
(https://trustee.ietf.org/license-info).
The initial version of this YANG module is part of RFC XXXX;
see the RFC itself for full legal notices.
This version of this YANG module was generated from the
corresponding IANA registry using an XSLT stylesheet from the
'iana-yang' project (https://github.com/llhotka/iana-yang).";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module iana-icmpv6-types {
description
"This YANG module translates IANA registry 'ICMPv6 \"type\"
Numbers' to YANG derived types.
Copyright (c) 2023 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Expand All @@ -31,6 +30,9 @@ module iana-icmpv6-types {
Relating to IETF Documents
(https://trustee.ietf.org/license-info).
The initial version of this YANG module is part of RFC XXXX;
see the RFC itself for full legal notices.
This version of this YANG module was generated from the
corresponding IANA registry using an XSLT stylesheet from the
'iana-yang' project (https://github.com/llhotka/iana-yang).";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module iana-ipv6-ext-types {
Copyright (c) 2023 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject to
the license terms contained in, the Revised BSD License set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@ module ietf-acl-enh {
import iana-icmpv4-types {
prefix iana-icmpv4-types;
reference
"TBC";
"RFC XXXX: Extensions to the Access Control Lists (ACLs)
YANG Model";
}
import iana-icmpv6-types {
prefix iana-icmpv6-types;
reference
"TBC";
"RFC XXXX: Extensions to the Access Control Lists (ACLs)
YANG Model";
}
import iana-ipv6-ext-types {
prefix iana-ipv6-ext-types;
reference
"TBC";
"RFC XXXX: Extensions to the Access Control Lists (ACLs)
YANG Model";
}

organization
Expand Down Expand Up @@ -243,10 +246,9 @@ module ietf-acl-enh {
description
"A local log is used to record the ACL results.";
}

identity counter-type {
description
"Base identity for deriving the Counter actions.";
"Base identity for deriving the counter actions.";
}

identity counter-name {
Expand Down Expand Up @@ -651,7 +653,8 @@ grouping mpls-match-parameters-config {
"The type of log action to be performed.";
}
leaf log-id {
when "../log-type = 'local-log'" {
when "derived-from-or-self(../log-type, "
+ "'acl-enh:local-log')" {
description
"Name of the log file updated when type is 'local-log'.";
}
Expand All @@ -673,7 +676,8 @@ grouping mpls-match-parameters-config {
"The type of counter action to be performed.";
}
leaf-list counter-name {
when "../counter-type = 'counter-name'" {
when "derived-from-or-self(../counter-type, "
+ "'acl-enh:counter-name')" {
description
"Name for the counter or variable to update when counter-type
is 'counter-name'.";
Expand Down

0 comments on commit facddb3

Please sign in to comment.