summaryrefslogtreecommitdiff
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 93dc163..267a745 100644
--- a/include/netlink/errno.h
+++ b/include/netlink/errno.h
@@ -48,8 +48,9 @@ extern "C" {
#define NLE_PKTLOC_FILE 29
#define NLE_PARSE_ERR 30
#define NLE_NODEV 31
+#define NLE_IMMUTABLE 32
-#define NLE_MAX NLE_NODEV
+#define NLE_MAX NLE_IMMUTABLE
extern const char * nl_geterror(int);
extern void nl_perror(int, const char *);