summaryrefslogtreecommitdiffstats
path: root/include/netlink/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/errno.h')
-rw-r--r--include/netlink/errno.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netlink/errno.h b/include/netlink/errno.h
index 0b43da0..c8a376e 100644
--- a/include/netlink/errno.h
+++ b/include/netlink/errno.h
@@ -45,8 +45,9 @@ extern "C" {
#define NLE_PROTO_MISMATCH 26
#define NLE_NOACCESS 27
#define NLE_PERM 28
+#define NLE_PKTLOC_FILE 29
-#define NLE_MAX NLE_PERM
+#define NLE_MAX NLE_PKTLOC_FILE
extern const char * nl_geterror(int);
extern void nl_perror(int, const char *);