Skip to content

Commit

Permalink
Tweaks to one-arm source selection
Browse files Browse the repository at this point in the history
TrekkieCoder committed Mar 8, 2024
1 parent 5d9293a commit 4f60d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loxinet/rules.go
Original file line number Diff line number Diff line change
@@ -978,7 +978,7 @@ func (R *RuleH) electEPSrc(r *ruleEnt) bool {
sip = np.rIP
if na.mode == cmn.LBModeOneArm {
mode = "onearm"
e, sip, _ = R.zone.L3.IfaSelectAny(np.xIP, false)
e, sip, _ = R.zone.L3.IfaSelectAny(np.xIP, true)
if e != 0 {
tk.LogIt(tk.LogDebug, "Failed to find suitable source for %s\n", np.xIP.String())
addrRslv = true

0 comments on commit 4f60d36

Please sign in to comment.