mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
(the parameters in question are mark and flow_flags) Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: Maciej Żenczykowski <maze@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d888f39666
commit
1042caa79e
11 changed files with 14 additions and 15 deletions
|
@ -822,7 +822,7 @@ static int esp4_err(struct sk_buff *skb, u32 info)
|
|||
if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH)
|
||||
ipv4_update_pmtu(skb, net, info, 0, IPPROTO_ESP);
|
||||
else
|
||||
ipv4_redirect(skb, net, 0, 0, IPPROTO_ESP, 0);
|
||||
ipv4_redirect(skb, net, 0, IPPROTO_ESP);
|
||||
xfrm_state_put(x);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue