diff options
Diffstat (limited to 'include/linux/netlink.h')
| -rw-r--r-- | include/linux/netlink.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index a2092f582a7..0f628ffa420 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -7,7 +7,7 @@  #define NETLINK_ROUTE		0	/* Routing/device hook				*/  #define NETLINK_UNUSED		1	/* Unused number				*/  #define NETLINK_USERSOCK	2	/* Reserved for user mode socket protocols 	*/ -#define NETLINK_FIREWALL	3	/* Firewalling hook				*/ +#define NETLINK_FIREWALL	3	/* Unused number, formerly ip_queue		*/  #define NETLINK_SOCK_DIAG	4	/* socket monitoring				*/  #define NETLINK_NFLOG		5	/* netfilter/iptables ULOG */  #define NETLINK_XFRM		6	/* ipsec */  |