Re: report icmp error drops because of rate limiting

2014-01-19 Thread Mike Belopuhov
On 19 January 2014 12:03, Claudio Jeker wrote: > As done in IPv6 land report how many packets are dropped because we hit > the rate limiter (net.inet.icmp.errppslimit). On bigger routers it may be > needed to tune that value up in case to many packets are dropped. > > OK? > -- > :wq Claudio > OK

Re: report icmp error drops because of rate limiting

2014-01-19 Thread Henning Brauer
yes, I frequently run into this and always forget to follow up. we might even want some heuristic for the errppslimit. anyway, this is good and makes sense. ok. * Claudio Jeker [2014-01-19 00:04]: > As done in IPv6 land report how many packets are dropped because we hit > the rate limiter (net.in

report icmp error drops because of rate limiting

2014-01-18 Thread Claudio Jeker
As done in IPv6 land report how many packets are dropped because we hit the rate limiter (net.inet.icmp.errppslimit). On bigger routers it may be needed to tune that value up in case to many packets are dropped. OK? -- :wq Claudio Index: sys/netinet/icmp_var.h ===