Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66327
b: refs/heads/master
c: 3b26a9a
h: refs/heads/master
i:
  66325: 8cfae7f
  66323: 55da47e
  66319: bb62793
v: v3
  • Loading branch information
Masahide NAKAMURA authored and David S. Miller committed Oct 10, 2007
1 parent 4225396 commit 998bdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e5dc146173251e7baad9a1f7586d5a009b6d9f9
refs/heads/master: 3b26a9a655ee73a87071a9f6a1fdd5311e31d7c9
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int ip_forward(struct sk_buff *skb)
* We now generate an ICMP HOST REDIRECT giving the route
* we calculated.
*/
if (rt->rt_flags&RTCF_DOREDIRECT && !opt->srr)
if (rt->rt_flags&RTCF_DOREDIRECT && !opt->srr && !skb->sp)
ip_rt_send_redirect(skb);

skb->priority = rt_tos2priority(iph->tos);
Expand Down

0 comments on commit 998bdc3

Please sign in to comment.