summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_obj.h
Commit message (Collapse)AuthorAgeFilesLines
* Added missing copyright notifications and updated where neededDavid Sommerseth2010-08-031-0/+15
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Clean up - avoid static variables in etherinfo_obj.hDavid Sommerseth2010-04-281-79/+0
|
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-281-7/+7
|
* Completed implementing the new Python get_interface_info() function.David Sommerseth2009-09-071-1/+2
| | | | | | | | | | | | | | | | | | It will return a list of Python etherinfo objects. These objects have the following properties: .device - Device name .mac_address - Hardware address .ipv4_address .ipv4_netmask .ipv4_broadcast .ipv6_address .ipv6_netmask In addition, it will produce a human readable output if these objects are treated as strings. It will not be possible to modify any of the properties in these objects.
* First cut at a python etherinfo class in C. Does nothing useful yet.David Sommerseth2009-09-041-0/+101