Skip to content

Commit 2b1c1f7

Browse files
authored
Merge pull request #678 from bbiggerr/firewalls-ipencap
Add IPENCAP to Firewalls Rules Config
2 parents daf89bf + 73b3721 commit 2b1c1f7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

openapi.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21463,6 +21463,7 @@ components:
2146321463
- TCP
2146421464
- UDP
2146521465
- ICMP
21466+
- IPENCAP
2146621467
description: >
2146721468
The type of network traffic to allow.
2146821469
example: TCP
@@ -21471,16 +21472,12 @@ components:
2147121472
description: |
2147221473
A string representing the port or ports on which traffic will be allowed:
2147321474

21474-
- The string may be a single port, a range of ports, or a comma-separated list
21475-
of single ports and port ranges. A space is permitted following each comma.
21476-
- A range of ports is inclusive of the start and end values for the range. The
21477-
end value of the range must be greater than the start value.
21475+
- The string may be a single port, a range of ports, or a comma-separated list of single ports and port ranges. A space is permitted following each comma.
21476+
- A range of ports is inclusive of the start and end values for the range. The end value of the range must be greater than the start value.
2147821477
- Ports must be within 1 and 65535, and may not contain any leading zeroes. For example, port "080" is not allowed.
21479-
- Ports may not be specified if a rule's protocol is `ICMP`. At least one port
21480-
must be specified if a rule's protocol is `TCP` or `UDP`.
21481-
- The ports string can have up to 15 *pieces*, where a single port is treated
21482-
as one piece, and a port range is treated as two pieces. For example,
21483-
the string "22-24, 80, 443" has four pieces.
21478+
- Ports may not be specified if a rule's protocol is `ICMP` or `IPENCAP`.
21479+
- At least one port must be specified if a rule's protocol is `TCP` or `UDP`.
21480+
- The ports string can have up to 15 *pieces*, where a single port is treated as one piece, and a port range is treated as two pieces. For example, the string "22-24, 80, 443" has four pieces.
2148421481
example: '22-24, 80, 443'
2148521482
addresses:
2148621483
type: object

0 commit comments

Comments
 (0)