diff options
author | shemminger <shemminger> | 2005-08-08 20:24:41 +0000 |
---|---|---|
committer | shemminger <shemminger> | 2005-08-08 20:24:41 +0000 |
commit | 6864c1e7890c65dd2ee037809f772790b04792b4 (patch) | |
tree | 257f42e3666c4022a74d030b6465f24593b50e2f /include/linux/netlink.h | |
parent | 3fcdebb6d0b6f7cafb0a21e5e892d3670326dc9a (diff) |
Update to latest kernel headers.ss-050808
Fix out of range on paretonormal
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r-- | include/linux/netlink.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 13828e56..90be210c 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -5,7 +5,7 @@ #include <linux/types.h> #define NETLINK_ROUTE 0 /* Routing/device hook */ -#define NETLINK_SKIP 1 /* Reserved for ENskip */ +#define NETLINK_W1 1 /* 1-wire subsystem */ #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ #define NETLINK_FIREWALL 3 /* Firewalling hook */ #define NETLINK_TCPDIAG 4 /* TCP socket monitoring */ @@ -14,7 +14,9 @@ #define NETLINK_SELINUX 7 /* SELinux event notifications */ #define NETLINK_ARPD 8 #define NETLINK_AUDIT 9 /* auditing */ +#define NETLINK_FIB_LOOKUP 10 #define NETLINK_ROUTE6 11 /* af_inet6 route comm channel */ +#define NETLINK_NETFILTER 12 /* netfilter subsystem */ #define NETLINK_IP6_FW 13 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ #define NETLINK_KOBJECT_UEVENT 15 /* Kernel messages to userspace */ |