commit | c842a3ada9ba8f0cca38a70de3fe0effcfab254c | [log] [tgz] |
---|---|---|
author | Julius Volz <juliusv@google.com> | Tue Sep 02 15:55:35 2008 +0200 |
committer | Simon Horman <horms@verge.net.au> | Fri Sep 05 11:17:04 2008 +1000 |
tree | bbd46b4eb6918a6983794432d00eb14d8b1cc3ee | |
parent | 64aae3cb9fd22f33e491c4730d363eb2229ef910 [diff] |
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 <juliusv@google.com> Signed-off-by: Simon Horman <horms@verge.net.au>