Skip to content

Commit 369f029

Browse files
author
Shiva Shankar Vaddepally
committed
solving pip issues
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 03c81a5 commit 369f029

3 files changed

Lines changed: 4 additions & 20 deletions

File tree

plugins/module_utils/nitro_resource_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16595,7 +16595,7 @@
1659516595
"primary_key": "",
1659616596
"primary_key_composite": [],
1659716597
"update_payload_keys": ["afParams", "localAS", "neighbor", "routerId"],
16598-
"readwrite_argument": {
16598+
"readwrite_arguments": {
1659916599
"localAS": {"no_log": False, "type": "int"},
1660016600
"routerId": {"no_log": False, "type": "str"},
1660116601
"afParams": {

plugins/modules/ospf6interface.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,47 +26,37 @@
2626
options:
2727
state:
2828
type: str
29-
choices: ["present", "absent"]
29+
choices: ["present", "unset"]
3030
default: present
3131
description:
3232
- The state of the resource on the NetScaler ADC node.
3333
- When C(present), the resource will be added or updated.
34-
- When C(absent), the resource will be deleted.
34+
- When C(unset), the resource will be unset.
3535
3636
areaId:
3737
type: int
3838
description:
3939
- Area on which OSPFv3 is running.
40-
- Minimum value: 0
41-
- Maximum value: 4294967295
4240
4341
cost:
4442
type: int
4543
description:
4644
- Interface cost.
47-
- Minimum value: 1
48-
- Maximum value: 65535
4945
5046
deadInterval:
5147
type: int
5248
description:
5349
- Interval after which a neighbor is declared dead.
54-
- Minimum value: 1
55-
- Maximum value: 65535
5650
5751
helloInterval:
5852
type: int
5953
description:
6054
- Time between HELLO packets.
61-
- Minimum value: 1
62-
- Maximum value: 65535
6355
6456
instanceId:
6557
type: int
6658
description:
6759
- Interface Instance Id - <0-31> for v6, <64-95> for v4.
68-
- Minimum value: 0
69-
- Maximum value: 255
7060
7161
name:
7262
type: str
@@ -87,15 +77,11 @@
8777
type: int
8878
description:
8979
- Router priority.
90-
- Minimum value: 0
91-
- Maximum value: 255
9280
9381
retransmitInterval:
9482
type: int
9583
description:
9684
- Time between retransmitting lost link state advertisements.
97-
- Minimum value: 1
98-
- Maximum value: 65535
9985
10086
tagId:
10187
type: int
@@ -106,8 +92,6 @@
10692
type: int
10793
description:
10894
- Link state transmit delay.
109-
- Minimum value: 1
110-
- Maximum value: 65535
11195
11296
remove_non_updatable_params:
11397
type: str

plugins/modules/routemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
options:
2727
state:
2828
type: str
29-
choices: ["present", "absent", "unset", "get", "delete"]
29+
choices: ["present", "absent", "unset", "get"]
3030
default: present
3131
description:
3232
- The state of the resource on the NetScaler ADC node.

0 commit comments

Comments
 (0)