View | Details | Raw Unified | Return to bug 150917 | Differences between
and this patch

Collapse All | Expand All

(-)src/share/man/man4/icmp.4 (working copy) (-6 / +7 lines)
Lines 179-193 Link Here
179
the system replies to an ICMP Address Mask Request packet.
179
the system replies to an ICMP Address Mask Request packet.
180
Defaults to 0.
180
Defaults to 0.
181
.It Va icmplim
181
.It Va icmplim
182
.Pq Vt integer
182
.Pq Vt "unsigned integer"
183
Bandwidth limit for ICMP replies in packets/second.
183
Limit for ICMP or TCP RST responses in packets per second.
184
Used when
184
Response limiting is disabled by setting
185
.Va icmplim_output
185
.Va icmplim
186
is non-zero.
186
to 0.
187
Defaults to 200.
187
Defaults to 200.
188
.It Va icmplim_output
188
.It Va icmplim_output
189
.Pq Vt boolean
189
.Pq Vt boolean
190
Enable/disable bandwidth limiting of ICMP replies.
190
Enable/disable logging of
191
.Va icmplim .
191
Defaults to true.
192
Defaults to true.
192
.It Va drop_redirect
193
.It Va drop_redirect
193
.Pq Vt boolean
194
.Pq Vt boolean

Return to bug 150917