[flow-tools] patch for Inter.net Contrib against flow-tools-0.55
Mark Fullmer
maf@eng.oar.net
Wed, 5 Sep 2001 01:19:25 -0400
Thanks. I'll add this to 0.56.
I have tagging partially implemented which is a different approach to
the problem I think you're trying to solve. With tags each flow has
an optional 32 bit src_tag and dst_tag stored with it. The tags can
potentially be anything, currently I've got tagging based on AS implemented.
Prefix based tagging is next.
Example usage would be per customer prefixes. ie if you have 3
customers {1,2,3} where 1 has prefixes {A,B,C,D}, 2 has {E,F,G}, and
3 has {H}.
# prefix tag
A 1
B 1
C 1
D 1
E 2
F 2
G 2
H 3
Then you can run a report and/or filter based on those tags.
On Wed, Aug 29, 2001 at 11:59:38AM +0800, Horatio B. Bogbindero wrote:
>
> here is a link a patch against flow-tools-0.55 to update the Inter.net
> contribs. please ignore my previous post regarding the API. i looked
> into the source and header files instead and made the appropriate
> changes already.
>
> http://sysads.ateneo.net/wyu/software/patch/flow-tools-0.55-inter.net-update.patch.gz