Skip to content

Commit

Permalink
Merge pull request #136 from Charliekenney23/fix/icmp-protocol-typo
Browse files Browse the repository at this point in the history
fix ICMP protocol value
  • Loading branch information
0xch4z committed Apr 11, 2020
2 parents d0ed4da + c38429b commit 6ab34a6
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 6ab34a6

Please sign in to comment.