Re: high cpu usage on natd / dhcpd

2013-02-07 Thread Eggert, Lars
Hi, On Feb 7, 2013, at 13:40, Ian Smith wrote: > On Thu, 7 Feb 2013 08:08:59 +0000, Eggert, Lars wrote: >> On Jan 31, 2013, at 16:03, Matthew Luckie wrote: >>> >>> 00510 allow ip from me to not me out via em1 >>> 00550 divert 8668 ip from any to an

Re: kern/121122: [ipfw] [patch] add support to ToS IP PRECEDENCE fields

2013-03-14 Thread Eggert, Lars
Hi, interpreting these bits as a TOS field has been deprecated since RFC2474 was published in 1998. Since then, we've been having a DSCP codepoint and ECN bits in the IP header. It would be actively harmful to add TOS byte support 15 years after it was deprecated. Read http://en.wikipedia.org/

Re: kern/121122: [ipfw] [patch] add support to ToS IP PRECEDENCE fields

2013-03-14 Thread Eggert, Lars
I suspected that that was what's happening, but it wasn't obvious. Thanks for clarifying! Lars On Mar 14, 2013, at 10:29, Alexander V. Chernikov wrote: > On 14.03.2013 17:56, Eggert, Lars wrote: >> Hi, > Hello. >> >> interpreting these bits as a TOS field