commit | eba1a872cb73314280d5448d934935b23e30b7ca | [log] [tgz] |
---|---|---|
author | Pengcheng Yang <yangpc@wangsu.com> | Tue Apr 12 19:05:45 2022 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 19 11:04:06 2022 +0200 |
tree | daa5ff498e9e1ba5ddc837ff25badc84373c127b | |
parent | 4cf35a2b627a020fe1a6b6fc7a6a12394644e474 [diff] |
ipvs: correctly print the memory size of ip_vs_conn_tab The memory size of ip_vs_conn_tab changed after we use hlist instead of list. Fixes: 731109e78415 ("ipvs: use hlist instead of list") Signed-off-by: Pengcheng Yang <yangpc@wangsu.com> Acked-by: Julian Anastasov <ja@ssi.bg> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>