summaryrefslogtreecommitdiff
path: root/net-firewall/iptables/files/libxt_layer7.man
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-02-20 08:32:30 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2014-02-20 08:32:30 +0200
commitb6ebc3ab027b6c55a57fde0eaedaae6114ed0d81 (patch)
tree05307e63ca01029caede346b6fd59a0ed926ab13 /net-firewall/iptables/files/libxt_layer7.man
parentb7207ac6cbe002488052dfe3156c57c85cb0c041 (diff)
cleanup...
update to new api
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.
-