netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch 1/5] Network Drop Monitor: Add netlink protocol identifer
@ 2009-03-03 17:00 Neil Horman
  2009-03-03 18:20 ` Evgeniy Polyakov
  2009-03-11 19:46 ` Neil Horman
  0 siblings, 2 replies; 8+ messages in thread
From: Neil Horman @ 2009-03-03 17:00 UTC (permalink / raw)
  To: netdev


Network Drop Monitor: Add Netlink protocol identifier
    
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>


 netlink.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 1e6bf99..d4ac636 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -24,6 +24,7 @@
 /* leave room for NETLINK_DM (DM Events) */
 #define NETLINK_SCSITRANSPORT	18	/* SCSI Transports */
 #define NETLINK_ECRYPTFS	19
+#define NETLINK_DRPMON		20	/* Netork packet drop alerts */
 
 #define MAX_LINKS 32		
 

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-03-11 19:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 17:00 [Patch 1/5] Network Drop Monitor: Add netlink protocol identifer Neil Horman
2009-03-03 18:20 ` Evgeniy Polyakov
2009-03-03 19:00   ` Neil Horman
2009-03-03 19:04     ` Evgeniy Polyakov
2009-03-03 19:41       ` Neil Horman
2009-03-03 22:17   ` David Miller
2009-03-04 15:39     ` Neil Horman
2009-03-11 19:46 ` Neil Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).