Skip to content

Commit

Permalink
Merge pull request #721 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
gh-718 Fix masquerade for local destination
  • Loading branch information
UltraInstinct14 committed Jul 7, 2024
2 parents 0076e3c + df7e243 commit c393d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loxilb-ebpf
2 changes: 1 addition & 1 deletion pkg/loxinet/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ func (R *RuleH) RulesSync() {
//ruleKeys := rule.tuples.String()
//ruleActs := rule.act.String()
if rule.sync != 0 {
rule.DP(DpCreate)
rule.Fw2DP(DpCreate)
}
//rule.DP(DpStatsGet)
//tk.LogIt(-1, "%d:%s,%s pc %v bc %v \n",
Expand Down

0 comments on commit c393d44

Please sign in to comment.