From 030914322c73e91402a7828e92ebc15e460c07aa Mon Sep 17 00:00:00 2001 From: Domen Puncer Date: Sun, 14 Aug 2005 17:32:05 -0700 Subject: [PATCH] --- yaml --- r: 6349 b: refs/heads/master c: fb13ab2849074244a51ae5147483610529a29ced h: refs/heads/master i: 6347: c5283c2b37bf6e8fdae717ec0428a2fcc8378679 v: v3 --- [refs] | 2 +- .../include/linux/netfilter_ipv4/ip_logging.h | 20 ------------------- .../linux/netfilter_ipv6/ip6_logging.h | 20 ------------------- 3 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 trunk/include/linux/netfilter_ipv4/ip_logging.h delete mode 100644 trunk/include/linux/netfilter_ipv6/ip6_logging.h diff --git a/[refs] b/[refs] index 9edb2d8fbde9..2b053fc148f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a61bbcf28a8cb0ba56f8193d512f7222e711a294 +refs/heads/master: fb13ab2849074244a51ae5147483610529a29ced diff --git a/trunk/include/linux/netfilter_ipv4/ip_logging.h b/trunk/include/linux/netfilter_ipv4/ip_logging.h deleted file mode 100644 index 0c5c52cb6589..000000000000 --- a/trunk/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 -#include - -#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/trunk/include/linux/netfilter_ipv6/ip6_logging.h b/trunk/include/linux/netfilter_ipv6/ip6_logging.h deleted file mode 100644 index a0b2ee3043aa..000000000000 --- a/trunk/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 -#include - -#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*/