FreeBSD Bugzilla – Attachment 109861 Details for
Bug 150917
icmp(4): Incorrect sysctls descriptions for icmplim and icmplim_output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ip_icmp.c.patch
ip_icmp.c.patch (text/plain), 1.02 KB, created by
Nikos Vassiliadis
on 2010-09-24 16:32:18 UTC
(
hide
)
Description:
ip_icmp.c.patch
Filename:
MIME Type:
Creator:
Nikos Vassiliadis
Created:
2010-09-24 16:32:18 UTC
Size:
1.02 KB
patch
obsolete
>Index: src/sys/netinet/ip_icmp.c >=================================================================== >--- src/sys/netinet/ip_icmp.c (revision 213086) >+++ src/sys/netinet/ip_icmp.c (working copy) >@@ -106,15 +106,15 @@ > > static VNET_DEFINE(int, icmplim) = 200; > #define V_icmplim VNET(icmplim) >-SYSCTL_VNET_INT(_net_inet_icmp, ICMPCTL_ICMPLIM, icmplim, CTLFLAG_RW, >+SYSCTL_VNET_UINT(_net_inet_icmp, ICMPCTL_ICMPLIM, icmplim, CTLFLAG_RW, > &VNET_NAME(icmplim), 0, >- "Maximum number of ICMP responses per second"); >+ "Maximum number of ICMP or TCP RST responses per second"); > > static VNET_DEFINE(int, icmplim_output) = 1; > #define V_icmplim_output VNET(icmplim_output) >-SYSCTL_VNET_INT(_net_inet_icmp, OID_AUTO, icmplim_output, CTLFLAG_RW, >+SYSCTL_VNET_UINT(_net_inet_icmp, OID_AUTO, icmplim_output, CTLFLAG_RW, > &VNET_NAME(icmplim_output), 0, >- "Enable rate limiting of ICMP responses"); >+ "Enable logging of enforced limit on ICMP or TCP RST responses"); > > static VNET_DEFINE(char, reply_src[IFNAMSIZ]); > #define V_reply_src VNET(reply_src)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150917
:
109860
| 109861