| @@ -485,7 +485,7 @@ func validateProtocol(protocol string) bool { | |||||||
| 	if protocol == ProtocolTCP || protocol == ProtocolUDP || protocol == ProtocolSCTP { | 	if protocol == ProtocolTCP || protocol == ProtocolUDP || protocol == ProtocolSCTP { | ||||||
| 		return true | 		return true | ||||||
| 	} | 	} | ||||||
| 	glog.Errorf("Invalid entry's protocol: %s, supported protocols are [%s, %s]", protocol, ProtocolTCP, ProtocolUDP, ProtocolSCTP) | 	glog.Errorf("Invalid entry's protocol: %s, supported protocols are [%s, %s, %s]", protocol, ProtocolTCP, ProtocolUDP, ProtocolSCTP) | ||||||
| 	return false | 	return false | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 k8s-ci-robot
					k8s-ci-robot