From 25099662a9939b2d313a7f2f40a6f7ad901950c0 Mon Sep 17 00:00:00 2001 From: Alex Webster <31635844+awebsters@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:24:46 -0500 Subject: [PATCH] fix description typo under openconfig-interfaces module interface-ref-common group (#1231) --- release/models/interfaces/openconfig-interfaces.yang | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/release/models/interfaces/openconfig-interfaces.yang b/release/models/interfaces/openconfig-interfaces.yang index 2cf2bdc84..9d5342390 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.1"; + oc-ext:openconfig-version "3.7.2"; + + revision "2024-12-05" { + description + "Description typo for unnumbered/interface-ref/config/subinterface leaf"; + reference + "3.7.2"; + } revision "2024-04-04" { description @@ -230,7 +237,7 @@ module openconfig-interfaces { "Reference to a subinterface -- this requires the base interface to be specified using the interface leaf in this container. If only a reference to a base interface - is requuired, this leaf should not be set."; + is required, this leaf should not be set."; } }