mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
api -> v1 error corrected in pkg/proxy/winkernel/proxier.go
This commit is contained in:
parent
ebc16c31af
commit
5d8b1ef804
@ -428,7 +428,7 @@ func Enum(p v1.Protocol) uint16 {
|
|||||||
if p == v1.ProtocolUDP {
|
if p == v1.ProtocolUDP {
|
||||||
return 17
|
return 17
|
||||||
}
|
}
|
||||||
if p == api.ProtocolSCTP {
|
if p == v1.ProtocolSCTP {
|
||||||
return 132
|
return 132
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user