* [PATCH 2.6 9/19]: Convert ip6t_physdev match function to new argument order
@ 2004-10-25 0:49 Patrick McHardy
0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2004-10-25 0:49 UTC (permalink / raw)
To: David S. Miller; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: Type: text/plain, Size: 61 bytes --]
Convert ip6t_physdev to new match-function argument order.
[-- Attachment #2: 09.diff --]
[-- Type: text/x-patch, Size: 914 bytes --]
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/10/19 15:49:43+02:00 kaber@coreworks.de
# [NETFILTER]: Convert ip6t_physdev match function to new argument order
#
# Signed-off-by: Patrick McHardy <kaber@trash.net>
#
# net/ipv6/netfilter/ip6t_physdev.c
# 2004/10/19 15:49:12+02:00 kaber@coreworks.de +1 -2
# [NETFILTER]: Convert ip6t_physdev match function to new argument order
#
# Signed-off-by: Patrick McHardy <kaber@trash.net>
#
diff -Nru a/net/ipv6/netfilter/ip6t_physdev.c b/net/ipv6/netfilter/ip6t_physdev.c
--- a/net/ipv6/netfilter/ip6t_physdev.c 2004-10-22 03:39:17 +02:00
+++ b/net/ipv6/netfilter/ip6t_physdev.c 2004-10-22 03:39:17 +02:00
@@ -26,8 +26,7 @@
const struct net_device *out,
const void *matchinfo,
int offset,
- const void *hdr,
- u_int16_t datalen,
+ unsigned int protoff,
int *hotdrop)
{
int i;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-25 0:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-25 0:49 [PATCH 2.6 9/19]: Convert ip6t_physdev match function to new argument order Patrick McHardy
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.