From 5713bdd47bc694ae1add98d3da2ef78f294580c6 Mon Sep 17 00:00:00 2001 From: aida-shumburo Date: Thu, 26 Sep 2024 10:52:02 -0400 Subject: [PATCH] fix spelling of 'unreliable_los' choice --- plugins/modules/sonic_interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/sonic_interfaces.py b/plugins/modules/sonic_interfaces.py index 62ab3358c..981f7d78b 100644 --- a/plugins/modules/sonic_interfaces.py +++ b/plugins/modules/sonic_interfaces.py @@ -108,12 +108,12 @@ - FEC_DEFAULT - FEC_AUTO unreliable_los: - description: monitoring type to be used for generating a loss of service alarm. + description: Monitoring type to be used for generating a loss of service alarm. type: str choices: - UNRELIABLE_LOS_MODE_ON - UNRELIABLE_LOS_MODE_OFF - - NRELIABLE_LOS_MODE_AUTO + - UNRELIABLE_LOS_MODE_AUTO state: description: - The state the configuration should be left in.