Skip to content

Commit

Permalink
replace backtick with apostrophe (openconfig#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore authored Apr 17, 2024
1 parent 28e102e commit b493367
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ module openconfig-interfaces {
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";

oc-ext:openconfig-version "3.7.0";
oc-ext:openconfig-version "3.7.1";

revision "2024-04-04" {
description
"Use single quotes in descriptions.";
reference
"3.7.1";
}

revision "2023-11-06" {
description
Expand Down Expand Up @@ -520,15 +527,15 @@ module openconfig-interfaces {
units milliseconds;
default 0;
description
"Maximum time an interface can remain damped since the last link down event no matter how unstable it has been prior to this period of stability. In a damped state, the interfaces state change will not be advertised.";
"Maximum time an interface can remain damped since the last link down event no matter how unstable it has been prior to this period of stability. In a damped state, the interface's state change will not be advertised.";
}

leaf decay-half-life {
type uint32;
units milliseconds;
default 0;
description
"The amount of time after which an interfaces penalty is decreased by half. Decay-half-time should not be more than max-suppress-time.";
"The amount of time after which an interface's penalty is decreased by half. Decay-half-time should not be more than max-suppress-time.";
}

leaf suppress-threshold {
Expand Down Expand Up @@ -1326,4 +1333,4 @@ module openconfig-interfaces {

uses interfaces-top;

}
}

0 comments on commit b493367

Please sign in to comment.