Explorar o código

kvmhost02: disable tso when installing firewall

Maximilian Ronniger %!s(int64=4) %!d(string=hai) anos
pai
achega
53963bb695
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      itguru.at.fwb

+ 6 - 1
itguru.at.fwb

@@ -4137,7 +4137,12 @@ Required-Stop:
 Default-Start:     2 3 4 5
 Default-Stop:
 Short-Description: Run firewall if it exist
-# END INIT INFO</Option>
+# END INIT INFO
+
+# fix network interface
+/sbin/ethtool -K enp0s31f6 tso off
+
+</Option>
           <Option name="scpArgs">-P 1848</Option>
           <Option name="script_name_on_firewall"/>
           <Option name="sshArgs">-p 1848</Option>