Skip to content

Releases: sflow/host-sflow

hsflowd

28 Feb 19:58
Compare
Choose a tag to compare

Accept egress samples on SONiC. (Expects ingress samples on PSAMPLE group 1, egress on group 2).

hsflowd

26 Feb 18:14
Compare
Choose a tag to compare

mod_sonic: avoid losing sync with collector config when two collectors added/removed.
util: the UTARRAY_PACK flag now requires the array to remain packed at all times, so deletions now result in an immediate repack. This is not as efficient as the 'lazy' mechanism from before, but it is easier to use.

hsflowd

15 Feb 18:17
Compare
Choose a tag to compare

New options for mod_dropmon: hw_unknown=on|off (match all hardware events) hw_function=on|off (include hw strings in sFlow export). Both default off.

hsflowd

10 Jan 05:33
Compare
Choose a tag to compare

Allow mod_sonic to stabilize auto agent-address selection across warm boot (when Linux ifIndex numbers may be reordered).
Allow mod_dropmon to be compiled on older Linux distributions (by replicating some net_dropmon.h definitions).

hsflowd

27 Dec 16:38
Compare
Choose a tag to compare

When a dynamic override of agentIP or agent is removed again, ensure that behavior reverts to the default agent address selection. This may affect mod_dnssd, mod_eapi and mod_sonic.

hsflowd

28 Nov 19:43
Compare
Choose a tag to compare

DROPMON extension appeared in kernel 5.4, not 5.0.

hsflowd

21 Nov 20:41
Compare
Choose a tag to compare

Correct the priority ordering for agent address selection.

hsflowd

16 Nov 19:10
Compare
Choose a tag to compare

Make class E IP addresses low priority for agent address selection.
Building with "make FEATURES=SONIC" will include DROPMON if kernel is >= 5.0.0.

hsflowd

15 Nov 15:49
Compare
Choose a tag to compare

Revert to not including DROPMON with FEATURES=SONIC

hsflowd

15 Nov 04:54
Compare
Choose a tag to compare

Accommodate SONiC port names diverging from Linux deviceNames.