From 780c1d4d2f4c49462280cb09e0ffe24be627834d Mon Sep 17 00:00:00 2001 From: dplore Date: Tue, 15 Oct 2024 10:16:39 -0700 Subject: [PATCH] revise mgmt and cpu interface descriptions --- .../models/interfaces/openconfig-interfaces.yang | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/release/models/interfaces/openconfig-interfaces.yang b/release/models/interfaces/openconfig-interfaces.yang index fedb84eb6..80e81ee70 100644 --- a/release/models/interfaces/openconfig-interfaces.yang +++ b/release/models/interfaces/openconfig-interfaces.yang @@ -53,7 +53,7 @@ module openconfig-interfaces { oc-ext:openconfig-version "3.7.2"; - revision "2024-07-25" { + revision "2024-10-15" { description "Clarify cpu and management interface types."; reference @@ -727,14 +727,13 @@ revision "2024-04-04" { type boolean; description "When set to true, the interface is a dedicated - management interface connected to the CPU and available - for external connectivity to the system. This interface - is not connected to an INTEGRATED_CIRCUIT and therefore - not typically used for dataplane traffic. It may be used - to connect the system to an out-of-band management network, - for example. On systems with a CONTROLLER_CARD, the PORT + management interface for external connectivity to the system. + This interface is not connected to an INTEGRATED_CIRCUIT and + therefore not typically used for dataplane traffic. It may be + used to connect the system to an out-of-band management network, + for example. On systems with a CONTROLLER_CARD, the PORT components on the CONTROLLER_CARD are typically management - interfaces"; + interfaces."; oc-ext:telemetry-on-change; }