sFlow : Upgrade hsflowd to v2.0.26-4 (#4301)

As per SONiC CLI requirements, we wanted the collector port to default to 6343 if not explicitly configured. In the Click based CLI, if the collector port is omitted, the port will be set to 6343 by default (https://github.com/Azure/sonic-utilities/blob/master/config/main.py#L2543).
However, if sonic-mgmt-framework based CLI is used, hsflowd was using port 0 as default. host-sflow v2.0.26-4 addresses this issue (i.e. use 6343 in case “collector_port” is not set).

Upgrade hsflowd to v2.0.26-4 to pick up https://github.com/sflow/host-sflow/releases/tag/v2.0.26-4.
This commit is contained in:
padmanarayana 2020-03-28 23:49:09 -07:00 committed by GitHub
parent 84256314fe
commit eede9a9db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# host-sflow package # host-sflow package
HSFLOWD_VERSION = 2.0.26 HSFLOWD_VERSION = 2.0.26
HSFLOWD_SUBVERSION = 3 HSFLOWD_SUBVERSION = 4
export HSFLOWD_VERSION HSFLOWD_SUBVERSION export HSFLOWD_VERSION HSFLOWD_SUBVERSION
HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb

View File

@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
git clone https://github.com/sflow/host-sflow git clone https://github.com/sflow/host-sflow
pushd ./host-sflow pushd ./host-sflow
git checkout -b sflow tags/v2.0.26-3 git checkout -b sflow tags/v2.0.26-4
# Apply patch series # Apply patch series
stg init stg init