diff options
author | Neil Horman <nhorman@tuxdriver.com> | 2009-03-11 05:53:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-13 15:09:29 -0400 |
commit | 273ae44b9cb9443e0b5265cdc99f127ddb95c8db (patch) | |
tree | 88f3aa4ceb38700451b3f95d8be789e2624992da /net/Kconfig | |
parent | 9a8afc8d3962f3ed26fd6b56db34133860ed1e72 (diff) |
Network Drop Monitor: Adding Build changes to enable drop monitor
Network Drop Monitor: Adding Build changes to enable drop monitor
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
include/linux/Kbuild | 1 +
net/Kconfig | 11 +++++++++++
net/core/Makefile | 1 +
3 files changed, 13 insertions(+)
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 6b39ede3b1b1..c9fdcd7e71ea 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -222,6 +222,17 @@ config NET_TCPPROBE | |||
222 | To compile this code as a module, choose M here: the | 222 | To compile this code as a module, choose M here: the |
223 | module will be called tcp_probe. | 223 | module will be called tcp_probe. |
224 | 224 | ||
225 | config NET_DROP_MONITOR | ||
226 | boolean "Network packet drop alerting service" | ||
227 | depends on INET && EXPERIMENTAL && TRACEPOINTS | ||
228 | ---help--- | ||
229 | This feature provides an alerting service to userspace in the | ||
230 | event that packets are discarded in the network stack. Alerts | ||
231 | are broadcast via netlink socket to any listening user space | ||
232 | process. If you don't need network drop alerts, or if you are ok | ||
233 | just checking the various proc files and other utilities for | ||
234 | drop statistics, say N here. | ||
235 | |||
225 | endmenu | 236 | endmenu |
226 | 237 | ||
227 | endmenu | 238 | endmenu |