Skip to content

Commit

Permalink
Merge pull request #75 from netmod-wg/boucadair-patch-1
Browse files Browse the repository at this point in the history
Update ietf-acl-enh.yang
  • Loading branch information
boucadair authored May 14, 2024
2 parents 9d79385 + 72740e7 commit 82db0ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions yang/ietf-acl-enh.yang
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module ietf-acl-enh {
description
"This module contains YANG definitions for enhanced ACLs.
Copyright (c) 2023 IETF Trust and the persons identified as
Copyright (c) 2024 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
Expand Down Expand Up @@ -1109,7 +1109,7 @@ grouping mpls-match-parameters-config {
"Name of the ICMPv4 type set -- this is used as a label
to reference the set in match conditions.";
}
list types {
list icmpv4-type {
key "type";
description
"Includes a list of ICMPv4 types.";
Expand All @@ -1131,18 +1131,18 @@ grouping mpls-match-parameters-config {
"Name of the ICMPv6 type set -- this is used as a label
to reference the set in match conditions.";
}
list types {
list icmpv6-type {
key "type";
description
"Includes a list of ICMPv6 types.";
uses icmpv6-header-fields;
}
}
}
}
}
container aliases {
description
"Top-levl container for aliases.";
"Top-level container for aliases.";
list alias {
key "name";
description
Expand Down

0 comments on commit 82db0ca

Please sign in to comment.