Skip to content

Commit

Permalink
[sflow]: Upgrade hsflowd to v2.0.26-3 (sonic-net#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
padmanarayana authored and lguohan committed Jan 14, 2020
1 parent 952dfb1 commit 918fdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/sflow.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# host-sflow package

HSFLOWD_VERSION = 2.0.26
HSFLOWD_SUBVERSION = 1
HSFLOWD_SUBVERSION = 3
export HSFLOWD_VERSION HSFLOWD_SUBVERSION

HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb
Expand Down
2 changes: 1 addition & 1 deletion src/sflow/hsflowd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.26-1
git checkout -b sflow tags/v2.0.26-3

# Apply patch series
stg init
Expand Down

0 comments on commit 918fdc6

Please sign in to comment.