File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- python- ethtool
2- ==============
1+ Python ethtool module
2+ =====================
33
44*Python bindings for the ethtool kernel interface *
55
6- `` python- ethtool `` allows querying and changing of ethernet card settings,
6+ The Python `` ethtool `` module allows querying and changing of ethernet card settings,
77such as speed, port, autonegotiation, and PCI locations.
88
99**This is the new upstream for python-ethtool maintained by Fedora's
2020 >>> ethtool.get_ipaddr('lo')
2121 '127.0.0.1'
2222
23- `` python- ethtool `` also provides the ``pethtool `` and ``pifconfig `` utilities. More example usage may be gathered from their sources,
23+ The `` ethtool `` package also provides the ``pethtool `` and ``pifconfig `` utilities. More example usage may be gathered from their sources,
2424`pethtool.py <https://github.com/fedora-python/python-ethtool/blob/master/scripts/pethtool >`_
2525and
2626`pifconfig.py <https://github.com/fedora-python/python-ethtool/blob/master/scripts/pethtool >`_.
@@ -95,7 +95,7 @@ are welcome.
9595License
9696-------
9797
98- `` python- ethtool `` is free software distributed under the terms of the
99- GNU General Public License v2.0, see
98+ The Python `` ethtool `` project is free software distributed under the terms of
99+ the GNU General Public License v2.0, see
100100`COPYING <https://github.com/fedora-python/python-ethtool/blob/master/COPYING >`_.
101101
You can’t perform that action at this time.
0 commit comments