]> git.pld-linux.org Git - packages/kernel.git/blame - pom-ng-expire-20060504.patch
- undo charset fuckup (again)
[packages/kernel.git] / pom-ng-expire-20060504.patch
CommitLineData
c6410bf7 1 include/linux/netfilter_ipv4/ipt_expire.h | 32 +
2 include/linux/netfilter_ipv6/ip6t_expire.h | 32 +
3 net/ipv4/netfilter/Kconfig | 11
4 net/ipv4/netfilter/Makefile | 1
5 net/ipv4/netfilter/ipt_expire.c | 563 ++++++++++++++++++++++++++++
6 net/ipv6/netfilter/Kconfig | 11
7 net/ipv6/netfilter/Makefile | 1
8 net/ipv6/netfilter/ip6t_expire.c | 566 +++++++++++++++++++++++++++++
9 8 files changed, 1217 insertions(+)
10
11diff -Nur --exclude '*.orig' linux.org/include/linux/netfilter_ipv4/ipt_expire.h linux/include/linux/netfilter_ipv4/ipt_expire.h
12--- linux.org/include/linux/netfilter_ipv4/ipt_expire.h 1970-01-01 01:00:00.000000000 +0100
13+++ linux/include/linux/netfilter_ipv4/ipt_expire.h 2006-05-04 10:04:04.000000000 +0200
14@@ -0,0 +1,32 @@
15+/* This module matches until it expires, at which point the entire
16+ * rule is deleted
17+ *
18+ * This module is free software; you can redistribute it and/or modify
19+ * it under the terms of the GNU General Public License as published by
20+ * the Free Software Foundation; either version 2 of the License, or
21+ * (at your option) any later version.
22+ *
23+ * This module is distributed in the hope that it will be useful,
24+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
25+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+ * GNU General Public License for more details.
27+ *
28+ * You should have received a copy of the GNU General Public License
29+ * along with this module; if not, write to:
30+ * The Free Software Foundation, Inc.
31+ * 59 Temple Place, Suite 330
32+ * Boston, MA 02111-1307 USA
33+ *
34