[iptables] src: update comments part II

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Thu Sep 4 17:49:55 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=81bd58838403fc8c4a63840f0af42deebe6d4a20
commit 81bd58838403fc8c4a63840f0af42deebe6d4a20
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Thu Sep 4 17:49:18 2008 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Thu Sep 4 17:49:18 2008 +0200

    src: update comments part II
    
    A number of comments are redundant, some outdated and others outright
    wrong in their own way. Remove and fixup.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  81bd58838403fc8c4a63840f0af42deebe6d4a20 (commit)
      from  de0844bd2ebddbea758802cb63a530d7815018f7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 81bd58838403fc8c4a63840f0af42deebe6d4a20
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu Sep 4 17:49:18 2008 +0200

    src: update comments part II
    
    A number of comments are redundant, some outdated and others outright
    wrong in their own way. Remove and fixup.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 extensions/libxt_hashlimit.c |    4 ++--
 extensions/libxt_limit.c     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
A number of comments are redundant, some outdated and others outright
wrong in their own way. Remove and fixup.

Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/extensions/libxt_hashlimit.c b/extensions/libxt_hashlimit.c
index 6e6adba..3960417 100644
--- a/extensions/libxt_hashlimit.c
+++ b/extensions/libxt_hashlimit.c
@@ -5,8 +5,8 @@
  * Development of this code was funded by Astaro AG, http://www.astaro.com/
  *
  * Based on ipt_limit.c by
- * Jérôme de Vivie   <devivie at info.enserb.u-bordeaux.fr>
- * Hervé Eychenne    <rv at wallfire.org>
+ * Jérôme de Vivie   <devivie at info.enserb.u-bordeaux.fr>
+ * Hervé Eychenne    <rv at wallfire.org>
  * 
  * Error corections by nmalykh at bilim.com (22.01.2005)
  */
diff --git a/extensions/libxt_limit.c b/extensions/libxt_limit.c
index d3fef89..3ed7b96 100644
--- a/extensions/libxt_limit.c
+++ b/extensions/libxt_limit.c
@@ -1,7 +1,7 @@
 /* Shared library add-on to iptables to add limit support.
  *
- * Jérôme de Vivie   <devivie at info.enserb.u-bordeaux.fr>
- * Hervé Eychenne    <rv at wallfire.org>
+ * Jérôme de Vivie   <devivie at info.enserb.u-bordeaux.fr>
+ * Hervé Eychenne    <rv at wallfire.org>
  */
 
 #include <stdio.h>



More information about the netfilter-cvslog mailing list