Merge "Security group rule create fails"
This commit is contained in:
commit
f6ac88333c
@ -290,6 +290,7 @@ class CreateSecurityGroupRule(show.ShowOne):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--dst-port",
|
"--dst-port",
|
||||||
metavar="<port-range>",
|
metavar="<port-range>",
|
||||||
|
default=(0, 0),
|
||||||
action=parseractions.RangeAction,
|
action=parseractions.RangeAction,
|
||||||
help="Destination port, may be a range: 137:139 (default: 0; "
|
help="Destination port, may be a range: 137:139 (default: 0; "
|
||||||
"only required for proto tcp and udp)",
|
"only required for proto tcp and udp)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user