From: Julius Volz Date: Tue, 2 Sep 2008 13:55:35 +0000 (+0200) Subject: IPVS: Add debug macros for v4 and v6 address output X-Git-Tag: v2.6.28-rc1~717^2~300^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c842a3ada9ba8f0cca38a70de3fe0effcfab254c;p=pandora-kernel.git IPVS: Add debug macros for v4 and v6 address output Add some debugging macros that allow conditional output of either v4 or v6 addresses, depending on an 'af' parameter. This is done by creating a temporary string buffer in an outer debug macro and writing addresses' string representations into it from another macro which can only be used when inside the outer one. Signed-off-by: Julius Volz Signed-off-by: Simon Horman --- Reading git-diff-tree failed