diff options
author | krion <krion@FreeBSD.org> | 2003-07-23 12:23:18 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-23 12:23:18 +0000 |
commit | 30209d76b51b5ae4b4c224f37c2fdcaaa7798855 (patch) | |
tree | de6174ca58614a66b95ffc517fd2a97164f3ffea /net-mgmt | |
parent | 534743cfa4ab57ece50a525b71c83e2cea742b5d (diff) | |
download | FreeBSD-ports-30209d76b51b5ae4b4c224f37c2fdcaaa7798855.zip FreeBSD-ports-30209d76b51b5ae4b4c224f37c2fdcaaa7798855.tar.gz |
Update to 0.5.0
New features:
* support for 802.1Q (VLANs) tagged packets
* support for FDDI links. [EXPERIMENTAL]
* two new primitives have been added: source MAC address
and destination MAC address
* static aggregation directives (src_host, dst_host, ..)
are now superseded by primitives that can be stacked
together to form complex aggregation methods.
The commandline syntax of the client program has been
consequently changed to support these new features
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index bebd8f6..17d9db2 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 4fef1c5..db6753e 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.4.2.tar.gz) = fefad3dc7097b0b39965719af6e76683 +MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657 |