From a26072439e55a00256c509cd7f600e20d5f7ada1 Mon Sep 17 00:00:00 2001 From: Trekkie Coder Date: Mon, 29 Jan 2024 20:04:05 +0900 Subject: [PATCH 1/2] gh-483 For node-port services, use full mode as default instead of one-arm --- api/loxinlp/ipvs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/loxinlp/ipvs.go b/api/loxinlp/ipvs.go index 1b47adf09..6176f4c73 100644 --- a/api/loxinlp/ipvs.go +++ b/api/loxinlp/ipvs.go @@ -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} From b7774f0808e34619ae23eeba7273923aa01cc993 Mon Sep 17 00:00:00 2001 From: Trekkie Coder Date: Mon, 29 Jan 2024 20:04:20 +0900 Subject: [PATCH 2/2] updated to latest submodule --- loxilb-ebpf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loxilb-ebpf b/loxilb-ebpf index 7c3c14997..afca7cb69 160000 --- a/loxilb-ebpf +++ b/loxilb-ebpf @@ -1 +1 @@ -Subproject commit 7c3c149979e0ec19cbb261bd6d332d3dcb17be3b +Subproject commit afca7cb6985d9b2a2dd7b76c0e9a773057fb9a2e