Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sFlow]: Upgrade hsflowd to 2.0.26-1 (sonic-net#3812)
Browse files Browse the repository at this point in the history
padmanarayana authored and zhenggen-xu committed Jan 9, 2020
1 parent a536b91 commit db6fbb2
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rules/sflow.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# host-sflow package

HSFLOWD_VERSION = 2.0.25
HSFLOWD_SUBVERSION = 4
HSFLOWD_VERSION = 2.0.26
HSFLOWD_SUBVERSION = 1
export HSFLOWD_VERSION HSFLOWD_SUBVERSION

HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb
2 changes: 1 addition & 1 deletion src/sflow/hsflowd/Makefile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
git clone https://github.com/sflow/host-sflow

pushd ./host-sflow
git checkout -b sflow tags/v2.0.25-4
git checkout -b sflow tags/v2.0.26-1

# Apply patch series
stg init

0 comments on commit db6fbb2

Please sign in to comment.