From eb9af8fe6d4776242fea84f5228b46d903539146 Mon Sep 17 00:00:00 2001 From: Eric B Munson Date: Fri, 29 May 2015 11:36:25 -0400 Subject: Add element count to hash headers It would be useful for userspace to query the size of an ipset hash, however, this data is not exposed to userspace outside of counting the number of member entries. This patch uses the attribute IPSET_ATTR_ELEMENTS to indicate the size in the the header that is exported to userspace. This field is then printed by the userspace tool for hashes. Because it is only meaningful for hashes to report their size, the output is conditional on the set type. To do this checking the MATCH_TYPENAME macro was moved to utils.h. The bulk of this patch changes the expected test suite to account for the change in output. Signed-off-by: Eric B Munson Cc: Pablo Neira Ayuso Cc: Josh Hunt Cc: netfilter-devel@vger.kernel.org Signed-off-by: Jozsef Kadlecsik --- tests/hash:ip6.t.list3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/hash:ip6.t.list3') diff --git a/tests/hash:ip6.t.list3 b/tests/hash:ip6.t.list3 index ece96d6..c6e2990 100644 --- a/tests/hash:ip6.t.list3 +++ b/tests/hash:ip6.t.list3 @@ -1,8 +1,9 @@ Name: test Type: hash:ip Header: family inet6 hashsize 128 maxelem 65536 netmask 64 timeout x -Size in memory: 1448 +Size in memory: 704 References: 0 +Number of entries: 3 Members: 192:168:68:: timeout x 200:100:10:: timeout x -- cgit v1.2.3