diff options
-rw-r--r-- | sysconfig.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 60cc84f4..20b5b89f 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -739,6 +739,9 @@ Files in /etc/sysconfig/network-scripts/ Note that changing speed or duplex settings almost always requires disabling autonegotiation with 'autoneg off'. + Multiple options can also be set like so : + ETHTOOL_OPTS="-K ${DEVICE} tso on; -G ${DEVICE} rx 256 tx 256" + Long term, this should be done by sysadmin-written udev rules. No longer supported: |