summaryrefslogtreecommitdiffstats
path: root/src/nl-list-caches.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-24Move private header files to <netlink-private/*>Thomas Graf1-1/+1
This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
2012-06-01genl: Support registration of families without depending on cachesThomas Graf1-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.
2010-10-20Remove NL_DUMP_ENV codeThomas Graf1-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.
2009-12-16CLI - Command Line Interface LibraryThomas Graf1-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}
2009-09-02- Reworked the classifier interface.Thomas Graf1-1/+1
- Added initial ematch support - Added support for the basic classifier - Added support for the cgroup classifier
2008-06-17Remove XML dumpingThomas Graf1-1/+0
Bloats the library, not frequently used
2008-06-17Fix compile errors when linking against libnl-genlThomas Graf1-0/+1
2008-04-29Fix compile warning in nl-list-cachesThomas Graf1-1/+0
2007-12-13[LIBNL]: Fix format stringsPatrick McHardy1-1/+1
Use %td for ptrdiff_t and %zu for size_t. Signed-off-by: Patrick McHardy <kaber@trash.net>
2007-10-11Cache message type association interface cleanupsThomas Graf1-1/+1
2007-09-15Initial importThomas Graf1-0/+119