* [PATCH 2.6] cosmetic update to ip6t_ipv6header
@ 2003-10-02 16:22 Harald Welte
2003-10-03 6:31 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Harald Welte @ 2003-10-02 16:22 UTC (permalink / raw)
To: David Miller; +Cc: Netfilter Development Mailinglist
[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]
Hi Davem!
Please apply the following patch to your 2.6 tree, thanks.
Author: Maciej Soltysiak
Status: Trivial
This patch removes unused destroy callback in ip6t_ipv6header.c
--
- Harald Welte <laforge@netfilter.org> http://www.netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
[-- Attachment #1.2: 85_ipv6header.patch --]
[-- Type: text/plain, Size: 599 bytes --]
--- linux-2.6.0-test6-plain/net/ipv6/netfilter/ip6t_ipv6header.c 2003-10-02 18:32:18.000000000 +0200
+++ linux-2.6.0-test6-ipv6header/net/ipv6/netfilter/ip6t_ipv6header.c 2003-10-02 18:32:28.000000000 +0200
@@ -126,18 +126,11 @@
return 1;
}
-static void
-ipv6header_destroy(void *matchinfo,
- unsigned int matchinfosize)
-{
- return;
-}
-
static struct ip6t_match ip6t_ipv6header_match = {
.name = "ipv6header",
.match = &ipv6header_match,
.checkentry = &ipv6header_checkentry,
- .destroy = &ipv6header_destroy,
+ .destroy = NULL,
.me = THIS_MODULE,
};
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6] cosmetic update to ip6t_ipv6header
2003-10-02 16:22 [PATCH 2.6] cosmetic update to ip6t_ipv6header Harald Welte
@ 2003-10-03 6:31 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-10-03 6:31 UTC (permalink / raw)
To: Harald Welte; +Cc: netfilter-devel
On Thu, 2 Oct 2003 18:22:37 +0200
Harald Welte <laforge@netfilter.org> wrote:
> Please apply the following patch to your 2.6 tree, thanks.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-03 6:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-02 16:22 [PATCH 2.6] cosmetic update to ip6t_ipv6header Harald Welte
2003-10-03 6:31 ` David S. Miller
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.