Changeset 5640d961b396c25f93395ac3416b6c14cb162977
- Timestamp:
- 05/06/10 02:42:48
(3 years ago)
- Author:
- Jason Dixon <jdixon@omniti.com>
- git-committer:
- Jason Dixon <jdixon@omniti.com> 1273113768 +0000
- git-parent:
[c6ff0e75204fa8095f2cfab9a0d3b0cdeacd0270]
- git-author:
- Jason Dixon <jdixon@omniti.com> 1273113768 +0000
- Message:
namespace changes
git-svn-id: https://labs.omniti.com/resmon/branches/resmon2@351 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc6ff0e7 |
r5640d96 |
|
| 1 | | package Core::PfStatus; |
|---|
| | 1 | package Core::Pf::Status; |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | use strict; |
|---|
| … | … | |
| 13 | 13 | =head1 NAME |
|---|
| 14 | 14 | |
|---|
| 15 | | Core::PfStatus - gather statistics from PF firewalls |
|---|
| | 15 | Core::Pf::Status - gather statistics from PF firewalls |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | =head1 SYNOPSIS |
|---|
| 18 | 18 | |
|---|
| 19 | | Core::PfStatus { |
|---|
| | 19 | Core::Pf::Status { |
|---|
| 20 | 20 | local : pfctl_path => /sbin/pfctl |
|---|
| 21 | 21 | } |
|---|