diff options
author | Raghu Udiyar <raghusiddarth@gmail.com> | 2012-01-25 18:40:58 +0530 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-01-25 14:03:46 -0500 |
commit | 5dbcb0fe678477fa7e08a2b9b3b33208eba9f245 (patch) | |
tree | 5c23b609c2262710227905c4d1fef094b3ecdf8a | |
parent | c129c695af747d572043669ed3bc390089716020 (diff) | |
download | initscripts-5dbcb0fe678477fa7e08a2b9b3b33208eba9f245.tar initscripts-5dbcb0fe678477fa7e08a2b9b3b33208eba9f245.tar.gz initscripts-5dbcb0fe678477fa7e08a2b9b3b33208eba9f245.tar.bz2 initscripts-5dbcb0fe678477fa7e08a2b9b3b33208eba9f245.tar.xz initscripts-5dbcb0fe678477fa7e08a2b9b3b33208eba9f245.zip |
Document the additional ETHTOOL_OPTS enhancements
-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: |