diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-28 21:48:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-28 21:48:17 +0000 |
commit | 6ae29f40bef4389489966a2e20d3418023bac5c4 (patch) | |
tree | 7a9e55f8988ce615821d83aaeb455e27b57d3c0c /net/Makefile | |
parent | 2d2fd3c93832399f86d6e9c56649408354854daa (diff) | |
download | ports-6ae29f40bef4389489966a2e20d3418023bac5c4.tar.gz ports-6ae29f40bef4389489966a2e20d3418023bac5c4.zip |
New port: net/ipa_ip6fw IPA accounting module for FreeBSD IPv6 Firewall
IPA_IP6FW -- IPA accounting module for FreeBSD IPv6 Firewall
Main features:
- The module is designed for traffic accounting from FreeBSD IPv6
Firewall rules byte counters;
- The module understands IPv6 Firewall rules byte counters overflow;
- It is possible to summarize and subtract statistics from IPv6
Firewall rules byte counters;
- It is possible to distinguish IPv6 Firewall rules with the same
numbers;
- IPv6 Firewall rules can be dynamically added to and removed from
the system, the module correctly works in such situations.
WWW: http://ipa-system.sourceforge.net/modules/ipa_ip6fw/
PR: ports/91005
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Notes
Notes:
svn path=/head/; revision=152304
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5c31983e65f6..dbda7cba0088 100644 --- a/net/Makefile +++ b/net/Makefile @@ -220,6 +220,7 @@ SUBDIR += ifstated SUBDIR += imapproxy SUBDIR += ip6_int + SUBDIR += ipa_ip6fw SUBDIR += ipa_ipfw SUBDIR += ipex SUBDIR += ipfw-graph |