Re: ipfw+dummynet only getting half bandwidth when using routed interfaces.

2005-07-21 Thread Jeremie Le Hen
Hi Philip, > Yepps. And adding bridged does not help either. > I'm beginning to belive that I am the problem since there must be other > people doing this. did you resolve your problem ? If yes, what was the solution ? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile

interface cleanup

2005-07-21 Thread Anders Persson
Hi all, My name is Anders Persson and I am working on a Google SoC project in which I am trying to remove reference made from user land to kernel- only data structures. Currently I am going through netstat and rewriting some of the functions to rely on sysctl rather than kvm. The hope is t

Re: interface cleanup

2005-07-21 Thread Ulf Lilleengen
On Thu, Jul 21, 2005 at 11:06:56AM -0700, Anders Persson wrote: > I have not had time to go through netgraph enough yet, but does > anyone have some ideas how to avoid using kvm to obtain netgraph info? Well, I think rwatson not long ago imported libmemstat(3),now in current, which could be used f

Re: interface cleanup

2005-07-21 Thread Harti Brandt
On Thu, 21 Jul 2005, Anders Persson wrote: AP>I have not had time to go through netgraph enough yet, but does anyone have AP>some ideas how to avoid using kvm to obtain netgraph info? Add a control message to the ng_socket type that returns you the info you need. harti __