Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34701
b: refs/heads/master
c: 2be344c
h: refs/heads/master
i:
  34699: 889a627
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Sep 22, 2006
1 parent 1f86440 commit 2080586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 68e1f188de535865d4543bae92d168c007857e7b
refs/heads/master: 2be344c4461d29b99113f62fa91c5ceab9997329
7 changes: 0 additions & 7 deletions trunk/net/ipv4/netfilter/ipt_TCPMSS.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ ipt_tcpmss_target(struct sk_buff **pskb,
}

if (tcpmssinfo->mss == IPT_TCPMSS_CLAMP_PMTU) {
if (!(*pskb)->dst) {
if (net_ratelimit())
printk(KERN_ERR "ipt_tcpmss_target: "
"no dst?! can't determine path-MTU\n");
return NF_DROP; /* or IPT_CONTINUE ?? */
}

if (dst_mtu((*pskb)->dst) <= sizeof(struct iphdr) +
sizeof(struct tcphdr)) {
if (net_ratelimit())
Expand Down

0 comments on commit 2080586

Please sign in to comment.