Skip to content

hsflowd

Compare
Choose a tag to compare
@sflow sflow released this 02 Aug 23:40
· 681 commits to master since this release

Major reworking of the Linux port. Allows single rpm to be built with dynamic loadable modules for optional features. Supports systemd scheduling. Optional features can be compiled in using the "FEATURES" variable. For example:

  make FEATURES="ULOG NFLOG PCAP DOCKER KVM OVS"

or:

  make -k FEATURES=ALL

See INSTALL.Linux for more details.