summaryrefslogtreecommitdiffstats
path: root/src/nl-list-caches.c
Commit message (Collapse)AuthorAgeFilesLines
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
| | | | | | | This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* genl: Support registration of families without depending on cachesThomas Graf2012-06-011-2/+2
| | | | | | | | | | | | Introduces the functions genl_register_family() and genl_unregister_family() to register a Generic Netlink family which does not implement a cachable type. API users can direct received messages into genl_handle_msg() which will validate the messages and call the callback functions defined in the commands definition. See test/test-genl.c for an example on how to use it.
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-1/+0
| | | | | | | Dumping objects as environment variables has never been implemented completely and only increases the size of the library for no real purpose. Integration into scripts is better achieved by implementing a python module anyway.
* CLI - Command Line Interface LibraryThomas Graf2009-12-161-2/+2
| | | | | 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}
* - Reworked the classifier interface.Thomas Graf2009-09-021-1/+1
| | | | | | - Added initial ematch support - Added support for the basic classifier - Added support for the cgroup classifier
* Remove XML dumpingThomas Graf2008-06-171-1/+0
| | | | Bloats the library, not frequently used
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-171-0/+1
|
* Fix compile warning in nl-list-cachesThomas Graf2008-04-291-1/+0
|
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-131-1/+1
| | | | | | Use %td for ptrdiff_t and %zu for size_t. Signed-off-by: Patrick McHardy <kaber@trash.net>
* Cache message type association interface cleanupsThomas Graf2007-10-111-1/+1
|
* Initial importThomas Graf2007-09-141-0/+119