]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
update Fabrice's email address
authorHarald Welte <laforge@gnumonks.org>
Tue, 22 Oct 2002 10:15:19 +0000 (10:15 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 22 Oct 2002 10:15:19 +0000 (10:15 +0000)
TODO
extensions/libipt_IPV4OPTSSTRIP.c
extensions/libipt_nth.c
extensions/libipt_random.c

diff --git a/TODO b/TODO
index 235d9cfb30eafc9c2779d073458cbb60d63b7ffe..32b7b002c038499741e30021197775efc6a56c0e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ Currently maintained by Harald Welte <laforge@gnumonks.org>
 Please inform me, if you want to work on any of the TODO items, so I
 can update this list and thus prevent two people doing the same work.
 
-CVS ID: $Id: TODO,v 1.65 2002/08/18 22:19:26 laforge Exp $
+CVS ID: $Id: TODO,v 1.66 2002/09/15 11:29:18 laforge Exp $
 
 IMPORTANT issues:
 - erroneously too-fast dropped conntrack for half-open TCP connections [JK]
@@ -43,6 +43,7 @@ NICE to have:
 - libipq runtime version, do before 1.2.5 [JM]
 - add ICMP type-3-code-13 option to REJECT
 - export list of matches/targets via proc-fs
+- ip6tables mangle needs 'route_me_harder' equivalent
 
 FUTURE extensions:
 - dealing with fragmented expectation-causes (i.e. DCC chat split
index 92452f9c8e7c3fb2d768ef73a71c1d0cd7096caf..f1dcec06a70924b37e44f649426dba7833871823 100644 (file)
@@ -1,7 +1,7 @@
 /* Shared library add-on to iptables for IPV4OPTSSTRIP
  * This modules strip all the IP options.
  *
- * (C) 2001 by Fabrice MARIE <fabrice@celestix.com>
+ * (C) 2001 by Fabrice MARIE <fabrice@netfilter.org>
  * This program is distributed under the terms of GNU GPL v2, 1991
  */
 
index 7b12e80de768f0462dcf3ffda254d29530adeea1..ab8f97d64de2ee86e365a96d6c648a2c7345aa8b 100644 (file)
@@ -5,12 +5,11 @@
    License (GPL). Copies of the GPL can be obtained from:
    ftp://prep.ai.mit.edu/pub/gnu/GPL
 
-   2001-07-17 Fabrice MARIE <fabrice@celestix.com> : initial development.
+   2001-07-17 Fabrice MARIE <fabrice@netfilter.org> : initial development.
    2001-09-20 Richard Wagner (rwagner@cloudnet.com)
         * added support for multiple counters
         * added support for matching on individual packets
           in the counter cycle
-
 */
 
 #include <stdio.h>
index d195ca5c979efef1bce87de5778c6bd3399415d2..97f09a42b26f2110d29e66f05dad9c4be00a0c58 100644 (file)
@@ -5,7 +5,7 @@
    License (GPL). Copies of the GPL can be obtained from:
    ftp://prep.ai.mit.edu/pub/gnu/GPL
 
-   2001-10-14 Fabrice MARIE <fabrice@celestix.com> : initial development.
+   2001-10-14 Fabrice MARIE <fabrice@netfilter.org> : initial development.
 */
 
 #include <stdio.h>