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)
This commit is contained in:
parent
b2e81ba7ce
commit
7fdf0f0b96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85441
4 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pmacct-0.4.2.tar.gz) = fefad3dc7097b0b39965719af6e76683
|
||||
MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pmacct-0.4.2.tar.gz) = fefad3dc7097b0b39965719af6e76683
|
||||
MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657
|
||||
|
|
Loading…
Reference in a new issue