wok diff python-ethtool/description.txt @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (4 days ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-ethtool/description.txt	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +Python bindings for the ethtool kernel interface
     1.5 +
     1.6 +The Python ethtool module allows querying and partially controlling
     1.7 +network interfaces, driver, and hardware settings.
     1.8 +
     1.9 +Warning
    1.10 +
    1.11 +This is the new upstream for python-ethtool maintained by Fedora's Python SIG.
    1.12 +We ported it to Python 3 and only maintain it for the current tools to keep
    1.13 +working. No new development is happening.
    1.14 +This is a deprecated package.
    1.15 +If you are considering to start using this, please don't.
    1.16 +We recommend netifaces instead.