Skip to content

Commit

Permalink
Clarify interface TESTING mode (openconfig#994)
Browse files Browse the repository at this point in the history
* clarify interface TESTING mode
  • Loading branch information
dplore committed Nov 30, 2023
1 parent 4e6c1bf commit cd1cfcd
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@ 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.6.0";
oc-ext:openconfig-version "3.7.0";

revision "2023-11-06" {
description
"Clarify description for admin-status TESTING.";
reference
"3.7.0";
}

revision "2023-08-29" {
description
"Add augment for penalty-based additive-increase, exponential-decrease link damping algorithm.";
Expand Down Expand Up @@ -600,11 +608,16 @@ module openconfig-interfaces {
"Not ready to pass packets and not in some test mode.";
}
enum TESTING {
//TODO: This is generally not supported as a configured
//admin state, though it's in the standard interfaces MIB.
//Consider removing it.
description
"In some test mode.";
"The interface should be treated as if in admin-down state for
control plane protocols. In addition, while in TESTING state the
device should remove the interface from aggregate interfaces.
An interface transition to the TESTING state based on a qualification
workflow, or internal device triggered action - such as the gNOI Link
Qualification service";
reference
"gNOI Link Qualification Service
https://github.com/openconfig/gnoi/blob/main/packet_link_qualification/index.md";
}
}
//TODO:consider converting to an identity to have the
Expand Down Expand Up @@ -636,7 +649,7 @@ module openconfig-interfaces {
enum TESTING {
value 3;
description
"In some test mode. No operational packets can
"In test mode. No operational packets can
be passed.";
}
enum UNKNOWN {
Expand Down

0 comments on commit cd1cfcd

Please sign in to comment.