Skip to content

Commit

Permalink
Version update: 0.9.4
Browse files Browse the repository at this point in the history
Changes List:
- I225 Fix packet routing in AF_PACKET TBS

Signed-off-by: Goh, Wei Sheng <[email protected]>
  • Loading branch information
ws-intel committed Jan 17, 2023
1 parent 1bb1555 commit 21180fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ For prior version, please refer to the tag commit message. Sorry guys.
- Code refactoring to fix bug
- Update README.md and rename installer
- Update Shebang in all file with extension .sh

## [0.9.4] - 2023-1-17
- I225 Fix packet routing for AF_PACKET TBS
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -a # enable variable export
RUNSH_DEBUG_MODE="YES"
RUNSH_QDISC_DEBUG_MODE="NO"
RUNSH_RESULT_DEBUG_MODE="NO"
TSNREFSW_PACKAGE_VERSION="v0.9.3"
TSNREFSW_PACKAGE_VERSION="v0.9.4"

main() {
#if [ $USER != "root" ]; then
Expand Down

0 comments on commit 21180fc

Please sign in to comment.