From ddac6c5bc636003d664d25c08ea3fe176565096c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:22:19 +0200 Subject: src: Update comments A number of comments are redundant, some outdated and others outright wrong in their own way. Remove and fixup. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libipt_CLUSTERIP.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/libipt_CLUSTERIP.c') diff --git a/extensions/libipt_CLUSTERIP.c b/extensions/libipt_CLUSTERIP.c index 6a2c8da3..e9789e96 100644 --- a/extensions/libipt_CLUSTERIP.c +++ b/extensions/libipt_CLUSTERIP.c @@ -192,9 +192,7 @@ static char *mac2str(const u_int8_t mac[ETH_ALEN]) mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]); return buf; } - -/* Prints out the targinfo. */ static void CLUSTERIP_print(const void *ip, const struct xt_entry_target *target, int numeric) { @@ -214,7 +212,6 @@ static void CLUSTERIP_print(const void *ip, cipinfo->hash_initval); } -/* Saves the union ipt_targinfo in parsable form to stdout. */ static void CLUSTERIP_save(const void *ip, const struct xt_entry_target *target) { const struct ipt_clusterip_tgt_info *cipinfo = -- cgit v1.2.3