mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +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 {
|
||||
return 17
|
||||
}
|
||||
if p == api.ProtocolSCTP {
|
||||
if p == v1.ProtocolSCTP {
|
||||
return 132
|
||||
}
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user