[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Covert network warning messages from a compile time to runtime choice. Removes kernel config option and replaces it with new /proc/sys/net/core/warnings. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ae40eb1ef3
commit
a2a316fd06
@@ -32,6 +32,8 @@
|
||||
|
||||
int net_msg_cost = 5*HZ;
|
||||
int net_msg_burst = 10;
|
||||
int net_msg_warn = 1;
|
||||
EXPORT_SYMBOL(net_msg_warn);
|
||||
|
||||
/*
|
||||
* All net warning printk()s should be guarded by this function.
|
||||
|
Reference in New Issue
Block a user