Skip to content

Commit 918fdc6

Browse files
padmanarayanalguohan
authored andcommitted
[sflow]: Upgrade hsflowd to v2.0.26-3 (#4020)
1 parent 952dfb1 commit 918fdc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rules/sflow.mk

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

33
HSFLOWD_VERSION = 2.0.26
4-
HSFLOWD_SUBVERSION = 1
4+
HSFLOWD_SUBVERSION = 3
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.26-1
13+
git checkout -b sflow tags/v2.0.26-3
1414

1515
# Apply patch series
1616
stg init

0 commit comments

Comments
 (0)