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 26898b0 commit 6dd24b7Copy full SHA for 6dd24b7
firewall_rules.go
@@ -10,9 +10,10 @@ type NetworkProtocol string
10
11
// NetworkProtocol enum values
12
const (
13
- TCP NetworkProtocol = "TCP"
14
- UDP NetworkProtocol = "UDP"
15
- ICMP NetworkProtocol = "ICMP"
+ TCP NetworkProtocol = "TCP"
+ UDP NetworkProtocol = "UDP"
+ ICMP NetworkProtocol = "ICMP"
16
+ IPENCAP NetworkProtocol = "IPENCAP"
17
)
18
19
// NetworkAddresses are arrays of ipv4 and v6 addresses
0 commit comments