parent
88cb2e91d6
commit
52315c5150
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ Index: iptables-1.3.8/extensions/.layer7-test
|
|||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ iptables-1.3.8/extensions/.layer7-test 2007-07-31 15:27:56.000000000 -0500
|
||||
@@ -0,0 +1,2 @@
|
||||
@@ -0,0 +1,3 @@
|
||||
+#! /bin/sh
|
||||
+[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_layer7.h ] && echo layer7
|
||||
+[ -f $KERNEL_DIR/include/linux/netfilter/xt_layer7.h ] && echo layer7
|
||||
Index: iptables-1.3.8/extensions/ipt_layer7.h
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
|
|
Loading…
Reference in a new issue