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 0db16c7 commit 422d124Copy full SHA for 422d124
1 file changed
acls.go
@@ -386,12 +386,7 @@ func generateACLPolicyDest(
386
func parseProtocol(protocol string) ([]int, bool, error) {
387
switch protocol {
388
case "":
389
- return []int{
390
- protocolICMP,
391
- protocolIPv6ICMP,
392
- protocolTCP,
393
- protocolUDP,
394
- }, false, nil
+ return nil, false, nil
395
case "igmp":
396
return []int{protocolIGMP}, true, nil
397
case "ipv4", "ip-in-ip":
0 commit comments