Linux ipfw sysctl equivalents

2012-12-06 Thread Finlayson, James
Hi, I'm trying to build a dummynet box on linux (Centos 6.3). I have a bridge created that properly forwards packets, however I cannot seem to alter their behavior with ipfw pipes. I've used dummynet on FreeBSD without issue, but I can't seem to find a Linux equivalent to the following two sy

Re: ipfw(4) dynamic states/rules and its callout

2012-12-06 Thread Alexander V. Chernikov
On 06.12.2012 13:13, Ermal Luçi wrote: Hello, i was looking at ipfw dynamic code for dynamic states/rules and see that it unconditionally schedules a callout even if there is not work to do. Wouldn't it be best to reschedule it when there is something to do to avoid having a useless callout/eve

ipfw(4) dynamic states/rules and its callout

2012-12-06 Thread Ermal Luçi
Hello, i was looking at ipfw dynamic code for dynamic states/rules and see that it unconditionally schedules a callout even if there is not work to do. Wouldn't it be best to reschedule it when there is something to do to avoid having a useless callout/event run every time on the system? Is ther