aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-05-01 15:15:56 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-05-01 15:15:56 +0000
commit12e3106d3cf79c08ab1f9af5ee74457a8765859e (patch)
treec07fc87ee14002abe562b1018838957927d46c04 /package/iptables
parent63888424461e8f42396079b1ea78c45e0c4d6f0f (diff)
downloadmaster-187ad058-12e3106d3cf79c08ab1f9af5ee74457a8765859e.tar.gz
master-187ad058-12e3106d3cf79c08ab1f9af5ee74457a8765859e.tar.bz2
master-187ad058-12e3106d3cf79c08ab1f9af5ee74457a8765859e.zip
[iptables] In r15501 the libxt_layer7.c was placed in a wrong location.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15541 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/patches/1.4.3.2/002-layer7_2.17.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch b/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch
index 3c5f54c9ad..0d8d6f4125 100644
--- a/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch
+++ b/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch
@@ -1,6 +1,6 @@
diff -Nur a/libxt_layer7.c b/libxt_layer7.c
---- a/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100
-+++ b/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200
+--- a/extensions/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100
++++ b/extensions/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200
@@ -0,0 +1,368 @@
+/*
+ Shared library add-on to iptables for layer 7 matching support.
@@ -371,8 +371,8 @@ diff -Nur a/libxt_layer7.c b/libxt_layer7.c
+ xtables_register_match(&layer7);
+}
diff -Nur a/libxt_layer7.man b/libxt_layer7.man
---- a/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100
-+++ b/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200
+--- a/extensions/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100
++++ b/extensions/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200
@@ -0,0 +1,14 @@
+This module matches packets based on the application layer data of
+their connections. It uses regular expression matching to compare