fixed linux-atm
[openwrt.git] / package / iptables / patches / 005-imq1.patch
index acb952f4385255c5757369c4fc4fc97804f5c23b..a3741959cfd7bc26ac4262f02d658ad9b090d712 100644 (file)
@@ -1,11 +1,15 @@
---- iptables-1.3.6.orig/extensions.orig/.IMQ-test6     Thu Jan  1 01:00:00 1970
-+++ iptables-1.3.6/extensions/.IMQ-test6       Mon Jun 16 10:12:47 2003
+Index: iptables-1.3.8/extensions/.IMQ-test6
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ iptables-1.3.8/extensions/.IMQ-test6       2007-07-31 15:27:56.000000000 -0500
 @@ -0,0 +1,3 @@
 +#!/bin/sh
 +# True if IMQ target patch is applied.
 +[ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_IMQ.c ] && echo IMQ
---- iptables-1.3.6.orig/extensions.orig/libip6t_IMQ.c  Thu Jan  1 01:00:00 1970
-+++ iptables-1.3.6/extensions/libip6t_IMQ.c    Mon Jun 16 10:12:47 2003
+Index: iptables-1.3.8/extensions/libip6t_IMQ.c
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ iptables-1.3.8/extensions/libip6t_IMQ.c    2007-07-31 15:27:56.000000000 -0500
 @@ -0,0 +1,101 @@
 +/* Shared library add-on to iptables to add IMQ target support. */
 +#include <stdio.h>
 +{
 +      register_target6(&imq);
 +}
---- iptables-1.3.6.orig/extensions.orig/.IMQ-test      Thu Jan  1 01:00:00 1970
-+++ iptables-1.3.6/extensions/.IMQ-test        Mon Jun 16 10:12:47 2003
+Index: iptables-1.3.8/extensions/.IMQ-test
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ iptables-1.3.8/extensions/.IMQ-test        2007-07-31 15:27:56.000000000 -0500
 @@ -0,0 +1,3 @@
 +#!/bin/sh
 +# True if IMQ target patch is applied.
 +[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_IMQ.c ] && echo IMQ
---- iptables-1.3.6.orig/extensions.orig/libipt_IMQ.c   Thu Jan  1 01:00:00 1970
-+++ iptables-1.3.6/extensions/libipt_IMQ.c     Mon Jun 16 10:12:47 2003
+Index: iptables-1.3.8/extensions/libipt_IMQ.c
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ iptables-1.3.8/extensions/libipt_IMQ.c     2007-07-31 15:27:56.000000000 -0500
 @@ -0,0 +1,101 @@
 +/* Shared library add-on to iptables to add IMQ target support. */
 +#include <stdio.h>
 +{
 +      register_target(&imq);
 +}
-