summaryrefslogtreecommitdiff
path: root/include/netlink/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/cache.h')
-rw-r--r--include/netlink/cache.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/netlink/cache.h b/include/netlink/cache.h
index 7de389d..1eb1427 100644
--- a/include/netlink/cache.h
+++ b/include/netlink/cache.h
@@ -24,6 +24,12 @@ extern "C" {
struct nl_cache;
+/**
+ * @ingroup cache
+ * Explicitely iterate over all address families when updating the cache
+ */
+#define NL_CACHE_AF_ITER 0x0001
+
/* Access Functions */
extern int nl_cache_nitems(struct nl_cache *);
extern int nl_cache_nitems_filter(struct nl_cache *,