Skip to content

Commit

Permalink
refa: reword message
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Feb 28, 2024
1 parent 8450512 commit 518e138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions go/action_kit_commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.7

- Prevent different network attacks on the same network ns

## 1.1.6

- Workaround for failing lsns
Expand Down
2 changes: 1 addition & 1 deletion go/action_kit_commons/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func generateAndRunCommands(ctx context.Context, r runc.Runc, sidecar SidecarOpt
func pushActiveTc(netNsId string, opts Opts) error {
for _, active := range activeTc[netNsId] {
if !equals(opts, active) {
return errors.New("running multiple tc configs at the same time on the same namespace is not supported")
return errors.New("running multiple network attacks at the same time on the same network namespace is not supported")
}
}

Expand Down

0 comments on commit 518e138

Please sign in to comment.