We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48afbe9 commit 24f62d1Copy full SHA for 24f62d1
openapi.yaml
@@ -15936,7 +15936,7 @@ components:
15936
of single ports and port ranges. A space is permitted following each comma.
15937
- A range of ports is inclusive of the start and end values for the range. The
15938
end value of the range must be greater than the start value.
15939
- - Ports must be within 1 and 65535.
+ - Ports must be within 1 and 65535, and may not contain any leading zeroes. For example, port "080" is not allowed.
15940
- Ports may not be specified if a rule's protocol is `ICMP`. At least one port
15941
must be specified if a rule's protocol is `TCP` or `UDP`.
15942
- The ports string can have up to 15 *pieces*, where a single port is treated
0 commit comments