Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203979
b: refs/heads/master
c: 261abc8
h: refs/heads/master
i:
  203977: 55d0c9a
  203975: 899993d
v: v3
  • Loading branch information
Changli Gao authored and Patrick McHardy committed Jul 23, 2010
1 parent c34a671 commit 8c45bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 49daf6a22622d4e1619aeaad5f9f0472bf89daff
refs/heads/master: 261abc8c964e018256c1bcbd99b8a208c624d7cc
4 changes: 1 addition & 3 deletions trunk/net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,7 @@ ip6t_do_table(struct sk_buff *skb,
goto no_match;
}

ADD_COUNTER(e->counters,
ntohs(ipv6_hdr(skb)->payload_len) +
sizeof(struct ipv6hdr), 1);
ADD_COUNTER(e->counters, skb->len, 1);

t = ip6t_get_target_c(e);
IP_NF_ASSERT(t->u.kernel.target);
Expand Down

0 comments on commit 8c45bca

Please sign in to comment.