@@ -13062,7 +13062,8 @@ paths:
13062
13062
"ports": "22, 80, 443",
13063
13063
"addresses": {
13064
13064
"ipv4": [
13065
- "192.0.2.2/32"
13065
+ "192.0.2.0/24",
13066
+ "198.51.100.2/32"
13066
13067
],
13067
13068
"ipv6": [
13068
13069
"2001:DB8::/128"
@@ -13080,7 +13081,8 @@ paths:
13080
13081
"ports": "49152-65535",
13081
13082
"addresses": {
13082
13083
"ipv4": [
13083
- "192.0.2.2/32"
13084
+ "192.0.2.0/24",
13085
+ "198.51.100.2/32"
13084
13086
],
13085
13087
"ipv6": [
13086
13088
"2001:DB8::/128"
@@ -13109,8 +13111,8 @@ paths:
13109
13111
--label example-firewall \
13110
13112
--rules.outbound_policy ACCEPT \
13111
13113
--rules.inbound_policy DROP \
13112
- --rules.inbound '[{"protocol": "TCP", "ports": "22, 80, 8080, 443", "addresses": {"ipv4": ["192.0.2.1/32 ", "192.0.2 .2/32"], "ipv6": ["2001:DB8::/128"]}, "action": "ACCEPT"}]' \
13113
- --rules.outbound '[{"protocol": "TCP", "ports": "49152-65535", "addresses": {"ipv4": ["192.0.2.2/32"],"ipv6": ["2001:DB8::/128"]}, "action": "DROP", "label": "outbound-rule123", "description": "An example outbound rule description."}]'
13114
+ --rules.inbound '[{"protocol": "TCP", "ports": "22, 80, 8080, 443", "addresses": {"ipv4": ["192.0.2.0/24 ", "198.51.100 .2/32"], "ipv6": ["2001:DB8::/128"]}, "action": "ACCEPT"}]' \
13115
+ --rules.outbound '[{"protocol": "TCP", "ports": "49152-65535", "addresses": {"ipv4": ["192.0.2.0/24", "198.51.100. 2/32"],"ipv6": ["2001:DB8::/128"]}, "action": "DROP", "label": "outbound-rule123", "description": "An example outbound rule description."}]'
13114
13116
/networking/firewalls/{firewallId}:
13115
13117
parameters:
13116
13118
- name: firewallId
@@ -13581,7 +13583,8 @@ paths:
13581
13583
"ports": "22, 80, 443",
13582
13584
"addresses": {
13583
13585
"ipv4": [
13584
- "192.0.2.2/32"
13586
+ "192.0.2.0/24",
13587
+ "198.51.100.2/32"
13585
13588
],
13586
13589
"ipv6": [
13587
13590
"2001:DB8::/128"
@@ -13599,7 +13602,8 @@ paths:
13599
13602
"ports": "49152-65535",
13600
13603
"addresses": {
13601
13604
"ipv4": [
13602
- "192.0.2.2/32"
13605
+ "192.0.2.0/24",
13606
+ "198.51.100.2/32"
13603
13607
],
13604
13608
"ipv6": [
13605
13609
"2001:DB8::/128"
@@ -13615,8 +13619,8 @@ paths:
13615
13619
- lang: CLI
13616
13620
source: >
13617
13621
linode-cli firewalls rules-update 123 \
13618
- --inbound '[{"action":"ACCEPT", "protocol": "TCP", "ports": "22, 80, 8080, 443", "addresses": {"ipv4": ["192.0.2.1/32 ", "192.0.2 .2/32"], "ipv6": ["2001:DB8::/128"]}}]' \
13619
- --outbound '[{"action":"DROP","protocol": "TCP", "ports": "49152-65535", "addresses": {"ipv4": ["192.0.2.1/32 ", "192.0.2 .2/32"], "ipv6": ["2001:DB8::/128`"]}}]'
13622
+ --inbound '[{"action":"ACCEPT", "protocol": "TCP", "ports": "22, 80, 8080, 443", "addresses": {"ipv4": ["192.0.2.0/24 ", "198.51.100 .2/32"], "ipv6": ["2001:DB8::/128"]}}]' \
13623
+ --outbound '[{"action":"DROP","protocol": "TCP", "ports": "49152-65535", "addresses": {"ipv4": ["192.0.2.0/24 ", "198.51.100 .2/32"], "ipv6": ["2001:DB8::/128`"]}}]'
13620
13624
/networking/vlans:
13621
13625
x-linode-cli-command: vlans
13622
13626
get:
@@ -21027,7 +21031,8 @@ components:
21027
21031
items:
21028
21032
type: string
21029
21033
example:
21030
- - 192.0.2.2/32
21034
+ - 192.0.2.0/24
21035
+ - 198.51.100.2/32
21031
21036
ipv6:
21032
21037
description: |
21033
21038
A list of IPv6 addresses or networks. Must be in IP/mask format.
0 commit comments