Missing header for nl_cache_find()?

Thomas Graf tgraf at suug.ch
Fri Dec 13 09:58:40 EST 2013


On 12/12/13 at 01:49pm, Andrej.Gantvorg at wago.com wrote:
> Hello,
> 
> the header definition for nl_cache_find() seems to be missing.
> There is a definition for nl_cache_lookup() in include/netlink/cache.h though, without an implementation.
> Could it be a typo/naming issue or is nl_cache_find() not meant to be used by external applications at all?

Good catch, the declaration was simply missing.

Fixed in:
commit bc717a9bfcac70eead2d04e6978d136166294d34
Author: Thomas Graf <tgraf at suug.ch>
Date:   Fri Dec 13 15:57:43 2013 +0100

    cache: Add missing declaration for nl_cache_find()
    
    Reported-by: Andrej.Gantvorg at wago.com
    Signed-off-by: Thomas Graf <tgraf at suug.ch>





More information about the libnl mailing list