#!/bin/sh /etc/rc.common START=99 STOP=15 start() { echo start ethtool -K eth0 tso off } stop() { echo stop }