diff options
author | krion <krion@FreeBSD.org> | 2004-08-02 22:31:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-02 22:31:20 +0800 |
commit | d52981f6abde535486222fae7299735298f499ee (patch) | |
tree | 39721fd41a10078783f60c6c9193efd45b5371bc /net-mgmt/pmacct/Makefile | |
parent | 452d4cd30a110cac4071b26e39c8323905161a04 (diff) | |
download | freebsd-ports-gnome-d52981f6abde535486222fae7299735298f499ee.tar.gz freebsd-ports-gnome-d52981f6abde535486222fae7299735298f499ee.tar.zst freebsd-ports-gnome-d52981f6abde535486222fae7299735298f499ee.zip |
Update to 0.7.2
o VLAN accounting has been added.
o Distributed accounting support has been added.
o When using "pmacctd", assigning an Agent ID to the daemon is
allowed; when using "nfacctd", mapping the IP address of a
router exporting Netflow packets to an ID is allowed.
o MAC address query capabilties were added to the pmacct client.
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 64a6c53aa630..4d18fa6dcb5d 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ |