File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments