Skip to content

Commit

Permalink
fix!: remove check kernel command
Browse files Browse the repository at this point in the history
There is no simple way to
check nftable is avaliable in kernel with tproxy support,
I choose to delete this command.
  • Loading branch information
black-desk committed Jan 3, 2024
1 parent 6f84cc4 commit 369e235
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 257 deletions.
5 changes: 0 additions & 5 deletions cmd/cgtproxy/cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ var checkCmd = &cobra.Command{
}

func checkCmdRun() (err error) {
err = checkKernelCmdRun()
if err != nil {
return
}

err = checkConfigCmdRun()
if err != nil {
return
Expand Down
252 changes: 0 additions & 252 deletions cmd/cgtproxy/cmd/checkkernel.go

This file was deleted.

0 comments on commit 369e235

Please sign in to comment.