diff options
author | davjohn <david.cla2@gmail.com> | 2017-02-28 19:32:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-02 12:53:00 +0700 |
commit | e6037eda2fa94202a3435a13f73abd951765c399 (patch) | |
tree | 70ced9ede3a0ea9adcbf391f11af46985bcfd588 /perl/perl-IPTables-Parse/README | |
parent | ebc5cb23a17c50e9f0edf6692754478cac1f0f47 (diff) |
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/README | 7 |
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 0000000000000..f7e32de2291ac --- /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. |