From: David S. Miller Date: Thu, 15 Sep 2005 03:52:37 +0000 (-0700) Subject: [NETLINK]: Reserve a slot for NETLINK_GENERIC. X-Git-Tag: v2.6.14-rc2~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ae975dfd54de581287b2ca8a1ad97099ab0396;p=linux-2.6 [NETLINK]: Reserve a slot for NETLINK_GENERIC. As requested by Jamal. Signed-off-by: David S. Miller --- diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 7bbd25970c..bdebdc5645 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -20,6 +20,7 @@ #define NETLINK_IP6_FW 13 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ #define NETLINK_KOBJECT_UEVENT 15 /* Kernel messages to userspace */ +#define NETLINK_GENERIC 16 #define MAX_LINKS 32