Skip to content

Commit 24f62d1

Browse files
authored
Add firewall port leading zero exclusion (#372)
1 parent 48afbe9 commit 24f62d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15936,7 +15936,7 @@ components:
1593615936
of single ports and port ranges. A space is permitted following each comma.
1593715937
- A range of ports is inclusive of the start and end values for the range. The
1593815938
end value of the range must be greater than the start value.
15939-
- Ports must be within 1 and 65535.
15939+
- Ports must be within 1 and 65535, and may not contain any leading zeroes. For example, port "080" is not allowed.
1594015940
- Ports may not be specified if a rule's protocol is `ICMP`. At least one port
1594115941
must be specified if a rule's protocol is `TCP` or `UDP`.
1594215942
- The ports string can have up to 15 *pieces*, where a single port is treated

0 commit comments

Comments
 (0)