[flow-tools] flow-report tag-mask option

Clayton Fiske clay@bloomcounty.org
Tue, 3 Dec 2002 14:22:14 -0800


Am I doing something wrong, or does the tag-mask option not work
in flow-report configs? My config is:

stat-report test
  type source/destination-tag
  fields +octets,-flows,-packets,-duration,-bps,-pps
  tag-mask 0xFF0000 0xFF0000
  format ascii
  output /var/ft/cfg/report.test

Whether I change the tag-mask to 0xFFFF00 or 0x0F0000 or any other
combo, it seems to report by the full tags instead of the masked
ones.

-c