* [NETFILTER 1/4]: Remove two unused files
@ 2005-08-14 22:43 Patrick McHardy
2005-08-15 0:35 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2005-08-14 22:43 UTC (permalink / raw)
To: David S. Miller; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
Hi Dave,
following a three minor patches and one patch to finally
remove the broken cmd/sid and pid matching from ipt_owner.
Users probably won't be happy, but I don't see a chance for
fixing it and apparently it is beginning to stand in the
way of other changes.
[-- Attachment #2: 01.diff --]
[-- Type: text/x-patch, Size: 2228 bytes --]
[NETFILTER]: Remove two unused files
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
---
commit 5f234544ded29913154a728719cfcf3cbceb9667
tree ac39f1714316ccc01b102136ee04fa283569331b
parent 15384b6699ac1c8753fa6829e35e74d57e0aa7e0
author Domen Puncer <domen@coderock.org> Mon, 15 Aug 2005 00:30:53 +0200
committer Patrick McHardy <kaber@trash.net> Mon, 15 Aug 2005 00:30:53 +0200
include/linux/netfilter_ipv4/ip_logging.h | 20 --------------------
include/linux/netfilter_ipv6/ip6_logging.h | 20 --------------------
2 files changed, 0 insertions(+), 40 deletions(-)
diff --git a/include/linux/netfilter_ipv4/ip_logging.h b/include/linux/netfilter_ipv4/ip_logging.h
deleted file mode 100644
--- a/include/linux/netfilter_ipv4/ip_logging.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* IPv4 macros for the internal logging interface. */
-#ifndef __IP_LOGGING_H
-#define __IP_LOGGING_H
-
-#ifdef __KERNEL__
-#include <linux/socket.h>
-#include <linux/netfilter_logging.h>
-
-#define nf_log_ip_packet(pskb,hooknum,in,out,fmt,args...) \
- nf_log_packet(AF_INET,pskb,hooknum,in,out,fmt,##args)
-
-#define nf_log_ip(pfh,len,fmt,args...) \
- nf_log(AF_INET,pfh,len,fmt,##args)
-
-#define nf_ip_log_register(logging) nf_log_register(AF_INET,logging)
-#define nf_ip_log_unregister(logging) nf_log_unregister(AF_INET,logging)
-
-#endif /*__KERNEL__*/
-
-#endif /*__IP_LOGGING_H*/
diff --git a/include/linux/netfilter_ipv6/ip6_logging.h b/include/linux/netfilter_ipv6/ip6_logging.h
deleted file mode 100644
--- a/include/linux/netfilter_ipv6/ip6_logging.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* IPv6 macros for the nternal logging interface. */
-#ifndef __IP6_LOGGING_H
-#define __IP6_LOGGING_H
-
-#ifdef __KERNEL__
-#include <linux/socket.h>
-#include <linux/netfilter_logging.h>
-
-#define nf_log_ip6_packet(pskb,hooknum,in,out,fmt,args...) \
- nf_log_packet(AF_INET6,pskb,hooknum,in,out,fmt,##args)
-
-#define nf_log_ip6(pfh,len,fmt,args...) \
- nf_log(AF_INET6,pfh,len,fmt,##args)
-
-#define nf_ip6_log_register(logging) nf_log_register(AF_INET6,logging)
-#define nf_ip6_log_unregister(logging) nf_log_unregister(AF_INET6,logging)
-
-#endif /*__KERNEL__*/
-
-#endif /*__IP6_LOGGING_H*/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [NETFILTER 1/4]: Remove two unused files
2005-08-14 22:43 [NETFILTER 1/4]: Remove two unused files Patrick McHardy
@ 2005-08-15 0:35 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-08-15 0:35 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
From: Patrick McHardy <kaber@trash.net>
Date: Mon, 15 Aug 2005 00:43:42 +0200
> following a three minor patches and one patch to finally
> remove the broken cmd/sid and pid matching from ipt_owner.
> Users probably won't be happy, but I don't see a chance for
> fixing it and apparently it is beginning to stand in the
> way of other changes.
All 4 patches applied to net-2.6.14, thanks.
I'm glad to see that whole ipt_owner issue finally resolved :-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-15 0:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-14 22:43 [NETFILTER 1/4]: Remove two unused files Patrick McHardy
2005-08-15 0:35 ` 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.