Skip to content

Commit

Permalink
fix ICMP protocol value
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Apr 11, 2020
1 parent 01702da commit 4fba108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firewall_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type NetworkProtocol string
const (
TCP NetworkProtocol = "TCP"
UDP NetworkProtocol = "UDP"
ICMP NetworkProtocol = "ALL"
ICMP NetworkProtocol = "ICMP"
)

// NetworkAddresses are arrays of ipv4 and v6 addresses
Expand Down

0 comments on commit 4fba108

Please sign in to comment.