mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 17:55:31 +02:00
[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
This commit is contained in:
parent
8e50bb1dff
commit
01ca644ff2
@ -1,6 +1,6 @@
|
|||||||
diff -Nur a/libxt_layer7.c b/libxt_layer7.c
|
diff -Nur a/libxt_layer7.c b/libxt_layer7.c
|
||||||
--- a/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100
|
--- a/extensions/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ b/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200
|
+++ b/extensions/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200
|
||||||
@@ -0,0 +1,368 @@
|
@@ -0,0 +1,368 @@
|
||||||
+/*
|
+/*
|
||||||
+ Shared library add-on to iptables for layer 7 matching support.
|
+ 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);
|
+ xtables_register_match(&layer7);
|
||||||
+}
|
+}
|
||||||
diff -Nur a/libxt_layer7.man b/libxt_layer7.man
|
diff -Nur a/libxt_layer7.man b/libxt_layer7.man
|
||||||
--- a/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100
|
--- a/extensions/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ b/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200
|
+++ b/extensions/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200
|
||||||
@@ -0,0 +1,14 @@
|
@@ -0,0 +1,14 @@
|
||||||
+This module matches packets based on the application layer data of
|
+This module matches packets based on the application layer data of
|
||||||
+their connections. It uses regular expression matching to compare
|
+their connections. It uses regular expression matching to compare
|
||||||
|
Loading…
Reference in New Issue
Block a user