From: Anders Fugmann <afu@fugmann.dhs.org>
To: hard__ware <hard__ware@hotmail.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: ipt_iplimit - IPtables 1.2.7a - Kernel 2.4.18 Issue Resolved
Date: Sun, 29 Sep 2002 14:22:52 +0200 [thread overview]
Message-ID: <3D96F09C.3040101@fugmann.dhs.org> (raw)
In-Reply-To: OE29obC32qU4Z5flHgS00004b68@hotmail.com
hard__ware wrote:
>
> -------------------------------------------
> + ~src/linux-2.4/net/ipv4/netfilter/Makefile
> +++
> + O_TARGET := netfilter.o
> -+ M_OPJS := ipt_iplimit.o
>
> #### here is what is used to be ####
> ---
> - O_TARGET := netfilter.o
> -
> ---------------end of patch---------------
>
> ---------This one goes near of file--------
> + ~src/linux-2.4/net/ipv4/netfilter/ip_conntrack_standalone.c
> +++
> +EXPORT_SYMBOL(ip_conntrack_expected_related);
> +EXPORT_SYMBOL(ip_conntrack_unexpected_related);
> -+EXPORT_SYMBOL(ip_conntrack_find_get);
> +EXPORT_SYMBOL(ip_conntrack_tuple_taken);
>
> ---
> -EXPORT_SYMBOL(ip_conntrack_expected_related);
> -EXPORT_SYMBOL(ip_conntrack_unexpected_related);
> -EXPORT_SYMBOL(ip_conntrack_tuple_taken)
> --------------------EOP-------------------
I'm not sure how to read this, but I guess that '-+' has a special meaning.
Could you please send a unified diff instead?. To make a diff between
two files, do:
diff -u <old file> <new file>
(The '-u' is what makes it readable)
Regards
Anders Fugmann
next prev parent reply other threads:[~2002-09-29 12:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-29 11:18 ipt_iplimit - IPtables 1.2.7a - Kernel 2.4.18 Issue Resolved hard__ware
2002-09-29 12:22 ` Anders Fugmann [this message]
2002-09-29 12:45 ` Antony Stone
-- strict thread matches above, loose matches on Subject: below --
2002-09-29 14:18 hard__ware
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D96F09C.3040101@fugmann.dhs.org \
--to=afu@fugmann.dhs.org \
--cc=hard__ware@hotmail.com \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.