Releases: sflow/host-sflow
Releases · sflow/host-sflow
hsflowd
Top level setting "samplingDirection=[in|out|both]" now ignored. Use module-specific settings such as "psample{ingress=[on|off] egress=[on|off]}" instead. Note that other sampling modules such as pcap{} are inherently bidirectional.
Added Docker build for RedHat/RockyLinux9.
hsflowd
mod_pcap reports samples correctly when missing ethernet header (e.g. wireguard interface)
hsflowd
Support use of GCOV analysis
agent= now simply adjusts the priority for address selection. So another agent address can still be selected if the supplied device has no IP or IP6 address at all.
hsflowd
mod_sonic: avoid race-condition when collector config changed rapidly.
allow agent.cidr=! to exclude a CIDR from consideration for the agent-address selection.
hsflowd
mod_dent add 'continue' to tc command so that additional filters in the chain will apply.
The features=HOST profile now includes psample, dent and dropmon modules along with example config for host monitoring.
hsflowd
mod_dent add 'continue' to tc command so that additional filters in the chain will apply.
The features=HOST profile now includes psample, dent and dropmon modules along with example config for host monitoring.
hsflowd
mod_sonic ifAlias memory leak
hsflowd
mod_dent only request tc 'pref 1' on ingress
hsflowd
Improve agent-address selection when agent=device is set.
Export new buffer depth and transit delay measurements when they appear via netlink psample.
Make sure tc(1) configured packet sampling happens before ingress ACLs.
Close and reopen collector sockets on sendto() failure (after short delay).
hsflowd
sonic default to unixsocket redis connection, and supply AUTH password if provided.