summaryrefslogtreecommitdiff
path: root/src/nl-link-set.c
Commit message (Collapse)AuthorAgeFilesLines
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-4/+8
| | | | | | | | - parse IFLA_IFALIAS if available - provides API to access/change ifalias rtnl_link_get_ifalias(link) rtnl_link_set_ifalias(link, alias) - extends nl-link-set to test functionality
* CLI - Command Line Interface LibraryThomas Graf2009-12-161-15/+17
| | | | | Moved common code in src/ used by CLI tools to src/lib/ for possible use by other CLI tools. Just link to libnl-cli.{so|la}
* Remove old line counting while dumpingThomas Graf2008-05-231-1/+1
|
* New set of libnl toolsThomas Graf2008-05-231-57/+96
| | | | | Converts all tools to the API changes and improves the useability by introducing regular options and long options.
* Initial importThomas Graf2007-09-151-0/+83