From b493367ef30d11978237cea51ec81da87204558c Mon Sep 17 00:00:00 2001 From: Darren Loher Date: Wed, 17 Apr 2024 09:30:47 -0700 Subject: [PATCH] replace backtick with apostrophe (#1089) --- .../models/interfaces/openconfig-interfaces.yang | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/release/models/interfaces/openconfig-interfaces.yang b/release/models/interfaces/openconfig-interfaces.yang index 3c94df5be..2cf2bdc84 100644 --- a/release/models/interfaces/openconfig-interfaces.yang +++ b/release/models/interfaces/openconfig-interfaces.yang @@ -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 @@ -520,7 +527,7 @@ 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 interface’s 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 { @@ -528,7 +535,7 @@ module openconfig-interfaces { units milliseconds; default 0; description - "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."; + "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 { @@ -1326,4 +1333,4 @@ module openconfig-interfaces { uses interfaces-top; -} \ No newline at end of file +}