Skip to content

Commit 995a982

Browse files
authored
next-header
1 parent ee43952 commit 995a982

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

yang/ietf-acl-enh.yang

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,10 @@ module ietf-acl-enh {
11071107
"A reference to a prefix list to match the destination
11081108
address.";
11091109
}
1110-
leaf next-header-set {
1110+
leaf protocol-set {
11111111
type protocol-set-ref;
11121112
description
1113-
"A reference to a protocol set to match the next-header
1113+
"A reference to a protocol set to match the protocol
11141114
field.";
11151115
}
11161116
}
@@ -1138,7 +1138,8 @@ module ietf-acl-enh {
11381138
leaf protocol-set {
11391139
type protocol-set-ref;
11401140
description
1141-
"A reference to a protocol set to match the protocol field.";
1141+
"A reference to a protocol set to match the next-header
1142+
field.";
11421143
}
11431144
leaf extension-header {
11441145
type iana-ipv6-ext-types:ipv6-extension-header-type;

0 commit comments

Comments
 (0)