Skip to content

Commit

Permalink
Fixed regression related to gh-1
Browse files Browse the repository at this point in the history
  • Loading branch information
PacketCrunch committed Jun 28, 2022
1 parent 0eed6ad commit 54923fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebpf/kernel/llb_kern_ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ dp_ctv4_in(void *ctx, struct xfi *F)
!(F->pm.nf & (LLB_NAT_HDST|LLB_NAT_HSRC))) {
if (F->pm.nf == LLB_NAT_DST) {
xi->nat_flags = LLB_NAT_HDST;
} else {
} else if (F->pm.nf == LLB_NAT_SRC){
xi->nat_flags = LLB_NAT_HSRC;
}
}
Expand Down

0 comments on commit 54923fb

Please sign in to comment.