summaryrefslogtreecommitdiffstats
path: root/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py')
-rw-r--r--ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py b/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py
index aef1a6b65..3acbdd1dd 100644
--- a/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py
+++ b/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_npu_ipreassembly.py
@@ -181,11 +181,11 @@ def main():
'adom': {'required': True, 'type': 'str'},
'system_npu_ipreassembly': {
'type': 'dict',
- 'v_range': [['6.4.7', '6.4.13'], ['7.0.1', '']],
+ 'v_range': [['6.4.7', '6.4.14'], ['7.0.1', '']],
'options': {
- 'max-timeout': {'v_range': [['6.4.7', '6.4.13'], ['7.0.1', '']], 'type': 'int'},
- 'min-timeout': {'v_range': [['6.4.7', '6.4.13'], ['7.0.1', '']], 'type': 'int'},
- 'status': {'v_range': [['6.4.7', '6.4.13'], ['7.0.1', '']], 'choices': ['disable', 'enable'], 'type': 'str'}
+ 'max-timeout': {'v_range': [['6.4.7', '6.4.14'], ['7.0.1', '']], 'type': 'int'},
+ 'min-timeout': {'v_range': [['6.4.7', '6.4.14'], ['7.0.1', '']], 'type': 'int'},
+ 'status': {'v_range': [['6.4.7', '6.4.14'], ['7.0.1', '']], 'choices': ['disable', 'enable'], 'type': 'str'}
}
}