Skip to content

Commit

Permalink
long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
boucadair authored Jan 24, 2024
1 parent ab5e1f4 commit 92871a6
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions yang/ietf-acl-enh.yang
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@ module ietf-acl-enh {
position 2;
description
"Any bit. This is a match on any of the bits in bitmask.
It evaluates to 'true' if any of the bits in the value mask
are set in the data, i.e., '(data & value) != 0'.";
It evaluates to 'true' if any of the bits in the
value mask are set in the data, i.e.,
'(data & value) != 0'.";
}
}
description
Expand Down Expand Up @@ -499,8 +500,9 @@ grouping mpls-match-parameters-config {
base offset-type;
}
description
"Indicates the payload offset. This will indicate the position
of the data in packet to use for the match.";
"Indicates the payload offset. This will indicate
the position of the data in packet to use for
the match.";
}
leaf offset-end {
type uint64;
Expand Down Expand Up @@ -681,8 +683,8 @@ grouping mpls-match-parameters-config {
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'.";
"Name for the counter or variable to update when
'counter-type' is 'counter-name'.";
}
type string;
description
Expand Down Expand Up @@ -723,7 +725,8 @@ grouping mpls-match-parameters-config {
"Provides the rule set that matches MPLS headers.";
}
description
"Matches against MPLS headers, for example, label values";
"Matches against MPLS headers, for example, label
values";
}
}

Expand Down Expand Up @@ -1071,17 +1074,17 @@ grouping mpls-match-parameters-config {
}
container protocol-sets {
description
"Data definitions for a list of protocols which can be matched
in policies.";
"Data definitions for a list of protocols which can be
matched in policies.";
list protocol-set {
key "name";
description
"List of protocol set definitions.";
leaf name {
type string;
description
"Name of the protocols set -- this is used as a label to
reference the set in match conditions.";
"Name of the protocols set -- this is used as a
label to reference the set in match conditions.";
}
leaf-list protocol {
type union {
Expand All @@ -1105,8 +1108,8 @@ grouping mpls-match-parameters-config {
leaf name {
type string;
description
"Name of the ICMPv4 type set -- this is used as a label to
reference the set in match conditions.";
"Name of the ICMPv4 type set -- this is used as a label
to reference the set in match conditions.";
}
list types {
key "type";
Expand All @@ -1127,8 +1130,8 @@ grouping mpls-match-parameters-config {
leaf name {
type string;
description
"Name of the ICMPv6 type set -- this is used as a label to
reference the set in match conditions.";
"Name of the ICMPv6 type set -- this is used as a label
to reference the set in match conditions.";
}
list types {
key "type";
Expand Down

0 comments on commit 92871a6

Please sign in to comment.