tree 12a63b8ce77baffc08f577be913bea02132f9812 parent 200d481f28be4522464bb849dd0eb5f8cb6be781 author David S. Miller <[EMAIL PROTECTED]> Tue, 12 Jul 2005 04:29:11 -0700 committer David S. Miller <[EMAIL PROTECTED]> Tue, 12 Jul 2005 04:29:11 -0700
[NETLINK]: Reserve NETLINK_NETFILTER. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> include/linux/netlink.h | 1 + 1 files changed, 1 insertion(+) diff --git a/include/linux/netlink.h b/include/linux/netlink.h --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -16,6 +16,7 @@ #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 */ - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
