Skip to content

Commit

Permalink
add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
boucadair authored Dec 19, 2024
1 parent 16d2b47 commit 92bf05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yang/ietf-acl-enh.yang
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ module ietf-acl-enh {
case explicit {
leaf-list explicit-tcp-flag {
type identityref {
base tcp-flag;
base acl-enh:tcp-flag;
}
description
"An explicit list of the TCP flags that are to be
Expand Down Expand Up @@ -448,7 +448,7 @@ module ietf-acl-enh {
}
leaf label-position {
type identityref {
base label-position;
base acl-enh:label-position;
}
description
"Position of the label.";
Expand Down Expand Up @@ -495,7 +495,7 @@ module ietf-acl-enh {
"Operations on payload match.";
leaf offset {
type identityref {
base offset-type;
base acl-enh:offset-type;
}
description
"Indicates the payload offset. This will indicate
Expand Down

0 comments on commit 92bf05f

Please sign in to comment.