Skip to content

Commit

Permalink
MT#55283 remove redundant ip_send_check
Browse files Browse the repository at this point in the history
This is implied by ip_local_out

Change-Id: I8703bb773b8a13ad42223dff30ce7857bfa641e0
  • Loading branch information
rfuchs committed Feb 9, 2024
1 parent 50cd131 commit 39df781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel-module/xt_RTPENGINE.c
Original file line number Diff line number Diff line change
Expand Up @@ -3981,7 +3981,6 @@ static int send_proxy_packet4(struct sk_buff *skb, struct re_address *src, struc
skb->ip_summed = CHECKSUM_NONE;

ip_select_ident(net, skb, NULL);
ip_send_check(ih);
ip_local_out(net, skb->sk, skb);

return 0;
Expand Down

0 comments on commit 39df781

Please sign in to comment.