projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6517ec3
)
icmp: Disable icmplim_output by default
author
Sepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 17 Feb 2013 08:18:39 +0000 (16:18 +0800)
committer
Sepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 17 Feb 2013 08:18:39 +0000 (16:18 +0800)
It spams the console a pretty lot.
sys/netinet/ip_icmp.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/netinet/ip_icmp.c
b/sys/netinet/ip_icmp.c
index
20c2d57
..
022d7b6
100644
(file)
--- a/
sys/netinet/ip_icmp.c
+++ b/
sys/netinet/ip_icmp.c
@@
-117,7
+117,7
@@
SYSCTL_INT(_net_inet_icmp, ICMPCTL_ICMPLIM, icmplim, CTLFLAG_RD,
#endif
-static int icmplim_output = 1;
+static int icmplim_output = 0;
SYSCTL_INT(_net_inet_icmp, OID_AUTO, icmplim_output, CTLFLAG_RW,
&icmplim_output, 0, "Enable output about ICMP bandwidth limits");