summaryrefslogtreecommitdiff
path: root/net-firewall/iptables/files/libxt_layer7.man
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/iptables/files/libxt_layer7.man')
-rw-r--r--net-firewall/iptables/files/libxt_layer7.man14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-firewall/iptables/files/libxt_layer7.man b/net-firewall/iptables/files/libxt_layer7.man
deleted file mode 100644
index 83a8c53..0000000
--- a/net-firewall/iptables/files/libxt_layer7.man
+++ /dev/null
@@ -1,14 +0,0 @@
-This module matches packets based on the application layer data of
-their connections. It uses regular expression matching to compare
-the application layer data to regular expressions found it the layer7
-configuration files. This is an experimental module which can be found at
-http://l7-filter.sf.net. It takes two options.
-.TP
-.BI "--l7proto " "\fIprotocol\fP"
-Match the specified protocol. The protocol name must match a file
-name in /etc/l7-protocols/ or one of its first-level child directories.
-.TP
-.BI "--l7dir " "\fIdirectory\fP"
-Use \fIdirectory\fP instead of /etc/l7-protocols/. This option must be
-specified before --l7proto.
-