]> granicus.if.org Git - libnl/commit
ct_dump_stats: detect when stats are not available
authorКоренберг Марк (дома) <socketpair@gmail.com>
Mon, 27 Aug 2012 17:39:29 +0000 (23:39 +0600)
committerКоренберг Марк <mark@ideco.ru>
Tue, 28 Aug 2012 12:53:33 +0000 (18:53 +0600)
commita0f1c0e281ee78ab8ee874bbb6c2140c12101284
treed2539a6c212a1cd620bee67c5670ec8ff5df5ac5
parent052a13119353f97e70216808b02bc692bcb18378
ct_dump_stats: detect when stats are not available

Since about 2.6.27 kernel, stats are not enabled by default.
Stats can be enabled using sysctl named

net.netfilter.nf_conntrack_acct

So, do not print zeroes in stats if it's not available.
When not checked, trash may appear in output
lib/netfilter/ct_obj.c