Name: | python-ethtool |
---|---|
Version: | 0.8 |
Release: | 5.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 104761 |
License: | GPLv2 |
RPM: | python-ethtool-0.8-5.el7.aarch64.rpm |
Source RPM: | python-ethtool-0.8-5.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://git.fedorahosted.org/cgit/python-ethtool.git |
Summary: | Ethernet settings python bindings |
Description: | Python bindings for the ethtool kernel interface, that allows querying and changing of Ethernet card settings, such as speed, port, auto-negotiation, and PCI locations. |
- Mass rebuild 2014-01-24
- Properly check libnl return codes, don't segfault. Resolves: rhbz#1051392
- Mass rebuild 2013-12-27
- Fixed reporting of more IPv4 addresses per interface Resolves: rhbz#1027685 - Make get_active_devices() return IPv6-only devices, too Resolves: rhbz#1027678
- 0.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Fixed missing man page packaging
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d) - Improved error checking towards NULL values(commit 4e928d62a8e3) - Fixed typo in pethtool --help (commit 710766dc722) - Only open a NETLINK connection when needed (commit 508ffffbb3c) - Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475) - Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)