From 060b81e205fc4b46bf1d5844f333de3d532bd72c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 11 Mar 2025 08:39:28 -0400 Subject: [PATCH] Fix documentation error in attributes --- confluent_server/confluent/config/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index ff2aa90a..4f5ed01b 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -557,7 +557,7 @@ node = { 'description': 'Indicates that this interface should be a team and what mode or runner to use when teamed. ' 'If this covers a deployment interface, one of the member interfaces may be brought up as ' 'a standalone interface until deployment is complete, as supported by the OS deployment profile. ' - 'To support this scenario, the switch should be set up to allow independent operation of member ports123654 (e.g. lacp bypass mode or fallback mode).', + 'To support this scenario, the switch should be set up to allow independent operation of member ports (e.g. lacp bypass mode or fallback mode).', 'validvalues': ('lacp', 'loadbalance', 'roundrobin', 'activebackup', 'none') }, 'power.pdu': {