Skip to content

Commit db6fbb2

Browse files
padmanarayanazhenggen-xu
authored andcommitted
[sFlow]: Upgrade hsflowd to 2.0.26-1 (sonic-net#3812)
1 parent a536b91 commit db6fbb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rules/sflow.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# host-sflow package
22

3-
HSFLOWD_VERSION = 2.0.25
4-
HSFLOWD_SUBVERSION = 4
3+
HSFLOWD_VERSION = 2.0.26
4+
HSFLOWD_SUBVERSION = 1
55
export HSFLOWD_VERSION HSFLOWD_SUBVERSION
66

77
HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb

src/sflow/hsflowd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1010
git clone https://github.com/sflow/host-sflow
1111

1212
pushd ./host-sflow
13-
git checkout -b sflow tags/v2.0.25-4
13+
git checkout -b sflow tags/v2.0.26-1
1414

1515
# Apply patch series
1616
stg init

0 commit comments

Comments
 (0)