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:net,iface.t.list1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/hash:net,iface.t.list1') diff --git a/tests/hash:net,iface.t.list1 b/tests/hash:net,iface.t.list1 index de56129..00f7d80 100644 --- a/tests/hash:net,iface.t.list1 +++ b/tests/hash:net,iface.t.list1 @@ -1,8 +1,9 @@ Name: test Type: hash:net,iface Header: family inet hashsize 1024 maxelem 65536 -Size in memory: 18512 +Size in memory: 3872 References: 0 +Number of entries: 27 Members: 192.0.0.0/10,eth10 192.0.0.0/11,eth11 -- cgit v1.2.3