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

pull/8/head
Laszlo Janosi 2018-08-26 20:14:18 +00:00
parent ebc16c31af
commit 5d8b1ef804
1 changed files with 1 additions and 1 deletions

View File

@ -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