2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 10:32:31 +00:00

Add mtu to net attributes

This commit is contained in:
Jarrod Johnson
2025-07-25 14:47:46 -04:00
parent bf209a8009
commit ff0c11e919

View File

@@ -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.'