mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #304 from justincormack/norawtcp
Remove rawtcp from diagnostics server
This commit is contained in:
commit
ec9a4a5428
@ -19,12 +19,10 @@ start()
|
||||
DIAGNOSTICS_SERVER_FLAGS="-http"
|
||||
;;
|
||||
"windows")
|
||||
# TODO(Rolf/David): Are these correct?
|
||||
DIAGNOSTICS_SERVER_FLAGS="-hvsock -rawtcp"
|
||||
DIAGNOSTICS_SERVER_FLAGS="-hvsock"
|
||||
;;
|
||||
"mac")
|
||||
# TODO(Justin/Anil): Are these correct?
|
||||
DIAGNOSTICS_SERVER_FLAGS="-vsock -rawtcp"
|
||||
DIAGNOSTICS_SERVER_FLAGS="-vsock"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user