Browse Source

MT#55283 remove redundant ip_send_check

This is implied by ip_local_out

Change-Id: I8703bb773b8a13ad42223dff30ce7857bfa641e0
(cherry picked from commit 39df7812b4)
pull/1887/head
Richard Fuchs 2 years ago
parent
commit
56464fa105
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      kernel-module/xt_RTPENGINE.c

+ 0
- 1
kernel-module/xt_RTPENGINE.c View File

@ -4034,7 +4034,6 @@ static int send_proxy_packet4(struct sk_buff *skb, struct re_address *src, struc
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,4,0)
ip_select_ident(net, skb, NULL);
ip_send_check(ih);
ip_local_out(net, skb->sk, skb);
#else
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)


Loading…
Cancel
Save