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/ipporthash.t.list1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/ipporthash.t.list1') diff --git a/tests/ipporthash.t.list1 b/tests/ipporthash.t.list1 index 0834a00..d298cc0 100644 --- a/tests/ipporthash.t.list1 +++ b/tests/ipporthash.t.list1 @@ -1,8 +1,9 @@ Name: test Type: hash:ip,port Header: family inet hashsize 1024 maxelem 65536 -Size in memory: 8464 +Size in memory: 384 References: 0 +Number of entries: 4 Members: 1.255.255.255,tcp:5 2.0.0.0,tcp:5 -- cgit v1.2.3