SOURCES: iptables-hot_dirty_fix.patch (NEW) - Dirty hack for iptab...
cieciwa
cieciwa at pld-linux.org
Mon Nov 7 22:01:59 CET 2005
Author: cieciwa Date: Mon Nov 7 21:01:58 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Dirty hack for iptables to build.
---- Files affected:
SOURCES:
iptables-hot_dirty_fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/iptables-hot_dirty_fix.patch
diff -u /dev/null SOURCES/iptables-hot_dirty_fix.patch:1.1
--- /dev/null Mon Nov 7 22:01:58 2005
+++ SOURCES/iptables-hot_dirty_fix.patch Mon Nov 7 22:01:53 2005
@@ -0,0 +1,66 @@
+diff -Nur iptables-1.3.3.org/include/linux/netfilter_ipv4/ipt_expire.h iptables-1.3.3/include/linux/netfilter_ipv4/ipt_expire.h
+--- iptables-1.3.3.org/include/linux/netfilter_ipv4/ipt_expire.h 1970-01-01 01:00:00.000000000 +0100
++++ iptables-1.3.3/include/linux/netfilter_ipv4/ipt_expire.h 2005-11-07 09:47:09.000000000 +0100
+@@ -0,0 +1,32 @@
++/* This module matches until it expires, at which point the entire
++ * rule is deleted
++ *
++ * This module is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This module is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this module; if not, write to:
++ * The Free Software Foundation, Inc.
++ * 59 Temple Place, Suite 330
++ * Boston, MA 02111-1307 USA
++ *
++ * Copyright Š 2005 Bryan Cardillo <dillo at seas.upenn.edu>
++ */
++
++#ifndef __IPT_EXPIRE_H
++#define __IPT_EXPIRE_H
++
++#include <linux/types.h>
++
++struct ipt_exp_info {
++ time_t expiration;
++};
++
++#endif
+diff -Nur iptables-1.3.3.org/include/linux/netfilter_ipv4/ipt_random.h iptables-1.3.3/include/linux/netfilter_ipv4/ipt_random.h
+--- iptables-1.3.3.org/include/linux/netfilter_ipv4/ipt_random.h 1970-01-01 01:00:00.000000000 +0100
++++ iptables-1.3.3/include/linux/netfilter_ipv4/ipt_random.h 2005-11-07 09:47:09.000000000 +0100
+@@ -0,0 +1,11 @@
++#ifndef _IPT_RAND_H
++#define _IPT_RAND_H
++
++#include <linux/param.h>
++#include <linux/types.h>
++
++struct ipt_rand_info {
++ u_int8_t average;
++};
++
++#endif /*_IPT_RAND_H*/
+diff -Nur iptables-1.3.3.org/include/linux/netfilter_ipv6/ip6t_random.h iptables-1.3.3/include/linux/netfilter_ipv6/ip6t_random.h
+--- iptables-1.3.3.org/include/linux/netfilter_ipv6/ip6t_random.h 1970-01-01 01:00:00.000000000 +0100
++++ iptables-1.3.3/include/linux/netfilter_ipv6/ip6t_random.h 2005-11-07 09:47:09.000000000 +0100
+@@ -0,0 +1,11 @@
++#ifndef _IP6T_RAND_H
++#define _IP6T_RAND_H
++
++#include <linux/param.h>
++#include <linux/types.h>
++
++struct ip6t_rand_info {
++ u_int8_t average;
++};
++
++#endif /*_IP6T_RAND_H*/
================================================================
More information about the pld-cvs-commit
mailing list