summaryrefslogtreecommitdiffstats
path: root/perl/perl-IPTables-Parse/README
diff options
context:
space:
mode:
author davjohn2017-02-28 13:32:20 +0100
committer Willy Sudiarto Raharjo2017-03-02 06:53:00 +0100
commite6037eda2fa94202a3435a13f73abd951765c399 (patch)
tree70ced9ede3a0ea9adcbf391f11af46985bcfd588 /perl/perl-IPTables-Parse/README
parentebc5cb23a17c50e9f0edf6692754478cac1f0f47 (diff)
downloadslackbuilds-e6037eda2fa94202a3435a13f73abd951765c399.tar.gz
perl/perl-IPTables-Parse: Added (parse iptables/ip6tables policies).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IPTables-Parse/README')
-rw-r--r--perl/perl-IPTables-Parse/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-IPTables-Parse/README b/perl/perl-IPTables-Parse/README
new file mode 100644
index 0000000000..f7e32de229
--- /dev/null
+++ b/perl/perl-IPTables-Parse/README
@@ -0,0 +1,7 @@
+IPTables-Parse (Perl extension for parsing iptables and
+ip6tables policies)
+
+The IPTables::Parse package provides an interface to parse iptables or
+ip6tables rules on Linux systems through the direct execution of
+iptables/ip6tables commands, or from parsing a file that contains an
+iptables/ip6tables policy listing.