diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2005-09-14 23:52:37 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2005-09-14 23:52:37 -0400 |
| commit | 20ae975dfd54de581287b2ca8a1ad97099ab0396 (patch) | |
| tree | 0fd1f38658eab884ffbe8638effc822b8cfaf0c5 /include | |
| parent | 3c05d92ed49f644d1f5a960fa48637d63b946016 (diff) | |
[NETLINK]: Reserve a slot for NETLINK_GENERIC.
As requested by Jamal.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 7bbd25970c9e..bdebdc564506 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #define NETLINK_IP6_FW 13 | 20 | #define NETLINK_IP6_FW 13 |
| 21 | #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ | 21 | #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ |
| 22 | #define NETLINK_KOBJECT_UEVENT 15 /* Kernel messages to userspace */ | 22 | #define NETLINK_KOBJECT_UEVENT 15 /* Kernel messages to userspace */ |
| 23 | #define NETLINK_GENERIC 16 | ||
| 23 | 24 | ||
| 24 | #define MAX_LINKS 32 | 25 | #define MAX_LINKS 32 |
| 25 | 26 | ||
