您好,我如何在 debian 8 上通过重新启动来保留以下设置?
ethtool -K eth0 lro off
ethtool -K eth1 lro off
Run Code Online (Sandbox Code Playgroud)
我已经尝试使用以下选项将其添加到 /etc/network/interfaces.d/ifcfg-bond0 下:
ETHTOOL_OPTIONS='-K eth0 lro off'
ETHTOOL_OPTIONS='-K eth1 lro off'
Run Code Online (Sandbox Code Playgroud)
但这行不通。有人可以帮我吗?