Commit 5d8b1ef8 authored by Laszlo Janosi's avatar Laszlo Janosi

api -> v1 error corrected in pkg/proxy/winkernel/proxier.go

parent ebc16c31
......@@ -428,7 +428,7 @@ func Enum(p v1.Protocol) uint16 {
if p == v1.ProtocolUDP {
return 17
}
if p == api.ProtocolSCTP {
if p == v1.ProtocolSCTP {
return 132
}
return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment