added dependency and usage of ethtool to disable rx/tx checksums, since they will never be valid from a veth. also lowered some noisy logging and removed other logging
This commit is contained in:
parent
ac9dab097a
commit
d724ee289b
5 changed files with 7 additions and 5 deletions
|
@ -20,6 +20,7 @@ VCMD_BIN = which("vcmd")
|
|||
BRCTL_BIN = which("brctl")
|
||||
SYSCTL_BIN = which("sysctl")
|
||||
IP_BIN = which("ip")
|
||||
ETHTOOL_BIN = which("ethtool")
|
||||
TC_BIN = which("tc")
|
||||
EBTABLES_BIN = which("ebtables")
|
||||
MOUNT_BIN = which("mount")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue