Skip to content

Commit e4b90cb

Browse files
authored
Merge pull request #860 from Pure-Storage-Ansible/subnet_gateway
Clarify gateway description in purefa_subnet.py
2 parents a94b976 + 2556990 commit e4b90cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/modules/purefa_subnet.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
type: str
5050
gateway:
5151
description:
52-
- IPv4 or IPv6 address of subnet gateway.
52+
- IPv4 or IPv6 address of subnet gateway.
53+
- To clear the gateway enter "0.0.0.0" or "::" depending on IP type
5354
required: false
5455
type: str
5556
mtu:
@@ -222,7 +223,7 @@ def update_subnet(module, array, subnet):
222223
subnet.name, res.errors[0].message
223224
)
224225
)
225-
module.exit_json(changed=changed)
226+
module.exit_json(changed=changed)
226227

227228

228229
def create_subnet(module, array):

0 commit comments

Comments
 (0)