mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Attempt to clear up nxos_mtu tests and documentation (#23361)
nxos_system wasn't added until 2.3, so nxos_mtu should have been deprecated then.
This commit is contained in:
parent
637e9942ff
commit
98c23a3342
5 changed files with 21 additions and 60 deletions
|
@ -25,7 +25,7 @@ DOCUMENTATION = '''
|
|||
module: nxos_mtu
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
deprecated: Deprecated in 2.2 use M(nxos_system)'s C(mtu) option.
|
||||
deprecated: Deprecated in 2.3 use M(nxos_system)'s C(mtu) option.
|
||||
short_description: Manages MTU settings on Nexus switch.
|
||||
description:
|
||||
- Manages MTU settings on Nexus switch.
|
||||
|
@ -42,12 +42,12 @@ options:
|
|||
default: null
|
||||
mtu:
|
||||
description:
|
||||
- MTU for a specific interface.
|
||||
- MTU for a specific interface. Must be an even number between 576 and 9216.
|
||||
required: false
|
||||
default: null
|
||||
sysmtu:
|
||||
description:
|
||||
- System jumbo MTU.
|
||||
- System jumbo MTU. Must be an even number between 576 and 9216.
|
||||
required: false
|
||||
default: null
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue