commit | 6661481d5a8975657742c7ed40ae16bdaa7d0a6e | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Mon Aug 02 17:56:28 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Mon Aug 02 17:56:28 2010 +0200 |
tree | baa2e3cd57259be6320e506b1d664224da2313ed | |
parent | 2452a99dc0496a90abd0090c280671370c0f3e1c [diff] |
netfilter: nf_conntrack_acct: use skb->len for accounting use skb->len for accounting as xt_quota does. Since nf_conntrack works at the network layer, skb_network_offset should always returns ZERO. Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>