Skip to content

Commit

Permalink
Merge pull request #688 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - Allow LB rule mode and select param modification
  • Loading branch information
UltraInstinct14 authored Jun 4, 2024
2 parents d95b2b2 + 0d98370 commit c9e6c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/loxinet/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,8 @@ func (R *RuleH) AddNatLbRule(serv cmn.LbServiceArg, servSecIPs []cmn.LbSecIPArg,

if eRule.hChk.prbType != serv.ProbeType || eRule.hChk.prbPort != serv.ProbePort ||
eRule.hChk.prbReq != serv.ProbeReq || eRule.hChk.prbResp != serv.ProbeResp ||
eRule.pTO != serv.PersistTimeout {
eRule.pTO != serv.PersistTimeout || eRule.act.action.(*ruleNatActs).sel != natActs.sel ||
eRule.act.action.(*ruleNatActs).mode != natActs.mode {
ruleChg = true
}

Expand Down

0 comments on commit c9e6c59

Please sign in to comment.