Skip to content

Commit

Permalink
refactor: Move sniff under connectivity
Browse files Browse the repository at this point in the history
The sniff package is used only by the connectivity package. Move it from
utils/sniff to connectivity/sniff to simplify the package structure.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Mar 12, 2024
1 parent dbd3594 commit 9331e71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion connectivity/tests/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/cilium/cilium/pkg/versioncheck"

"github.com/cilium/cilium-cli/connectivity/check"
"github.com/cilium/cilium-cli/connectivity/sniff"
"github.com/cilium/cilium-cli/utils/features"
"github.com/cilium/cilium-cli/utils/sniff"
)

type requestType int
Expand Down

0 comments on commit 9331e71

Please sign in to comment.