From ff0c11e91966be9791d066b77447cd4a29fe24a4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 25 Jul 2025 14:47:46 -0400 Subject: [PATCH] Add mtu to net attributes --- confluent_server/confluent/config/attributes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 4f6531bd..4251974d 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -478,6 +478,9 @@ node = { 'This would be the default name per the deployed OS and can be a comma delimited list to denote members of ' 'a team or a single interface for VLAN/PKEY connections.' }, + 'net.mtu': { + 'description': 'MTU to apply to this connection', + }, 'net.vlan_id': { 'description': 'Ethernet VLAN or InfiniBand PKEY to use for this connection. ' 'Specify the parent device using net.interface_names.'