On 18/11/16(Fri) 17:26, David Gwynne wrote:
> On Fri, Nov 18, 2016 at 03:30:48PM +1000, David Gwynne wrote:
> > i didnt even know these existed.
> >
> > turns out you can see them with netstat -sr
> [...]
> @@ -191,6 +191,8 @@ TAILQ_HEAD(rt_labels, rt_label) rt_label
> void
> route_init(void)
> {
> + rtcounters = counters_alloc(rts_ncounters, M_COUNTERS);As already pointed out, could you remove the M_COUNTERS argument from counter_alloc()? other than that ok mpi@
