summaryrefslogtreecommitdiff
path: root/src/nl-link-list.c
Commit message (Collapse)AuthorAgeFilesLines
* Make syntax of nl-link-list consistent and install itThomas Graf2010-11-161-31/+21
|
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-111-2/+4
| | | | | | | Adds a family argument which allows to request link dumps for a certain address family. This allows to f.e. dump ipv6 specific statistics and data. nl-link-list --family inet6
* CLI - Command Line Interface LibraryThomas Graf2009-12-161-14/+15
| | | | | 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-0/+105
Converts all tools to the API changes and improves the useability by introducing regular options and long options.