Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27200
b: refs/heads/master
c: 42d1d52
h: refs/heads/master
v: v3
  • Loading branch information
Weidong authored and David S. Miller committed Jun 12, 2006
1 parent 0b02387 commit 8c0ddb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79320d7e14900c549c3520791a297328f53ff71e
refs/heads/master: 42d1d52e695d87475846e9a09964cae1209eeecb
1 change: 1 addition & 0 deletions trunk/net/ipv4/ip_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ int ip_forward(struct sk_buff *skb)

too_many_hops:
/* Tell the sender its packet died... */
IP_INC_STATS_BH(IPSTATS_MIB_INHDRERRORS);
icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0);
drop:
kfree_skb(skb);
Expand Down

0 comments on commit 8c0ddb2

Please sign in to comment.