Skip to content

Commit

Permalink
Merge pull request #512 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - gh-483 Node-ports services changed from one-arm to full-nat
  • Loading branch information
UltraInstinct14 authored Jan 29, 2024
2 parents f819638 + 27ddd4a commit 7cb2383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/loxinlp/ipvs.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (ctx *IpVSH) BuildIpVSDB() []*ipVSEntry {

newEntry.mode = cmn.LBModeDefault
if svc.Port >= K8sNodePortMin && svc.Port <= K8sNodePortMax {
newEntry.mode = cmn.LBModeOneArm
newEntry.mode = cmn.LBModeFullNAT
}

key := ipVSKey{Address: svc.Address.String(), Protocol: proto, Port: svc.Port}
Expand Down
2 changes: 1 addition & 1 deletion loxilb-ebpf

0 comments on commit 7cb2383

Please sign in to comment.