BUG ipfw

2007-10-22 Thread KES
Reconfiguring ipfw queue does not change queue weight. Only deletion queue from firewall and adding it with new weight again helps kes# ipfw queue show 31 *** configure queue with weight >>>90<<< kes# ipfw queue 31 config pipe 9 weight 90 mask dst-ip 0x gred 0.002/10/30/0.1 *** qu

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-22 Thread Antony Mawer
On 21/10/2007 9:47 AM, Len Gross wrote: May have found what I need. lancereg.h references an AMD Ethernet chip that appears to have a register you can set to enable/disable retry. So, I would just have to find some NICs that use this chip. A task for later in the project. Thanks to all for t

Re: kern/117293: [carp] CARP interfaces causes packet loss

2007-10-22 Thread linimon
Synopsis: [carp] CARP interfaces causes packet loss Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Oct 22 01:54:35 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=117293

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-22 Thread Len Gross
Thanks. I'll look into that. BTW: The "lance" chip appears to be 1990 vintage, might even be ISA On 10/21/07, Antony Mawer <[EMAIL PROTECTED]> wrote: > > On 21/10/2007 9:47 AM, Len Gross wrote: > > May have found what I need. > > > > lancereg.h references an AMD Ethernet chip that appears to hav

Netgraph - Breaks "ping"

2007-10-22 Thread Len Gross
I'm trying to "monitor" an ethernet interface with a tee node, but ping breaks when I setup the graph. I suspect I'm doing something "dumb" with respect to how the Ethernet node and/or the iface (ng0) need to be configured in order to make this work, or possibly I'm really using ng0 incorrectly.

Current problem reports assigned to freebsd-net@FreeBSD.org

2007-10-22 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems S Tracker Resp. Description o kern/115360 net[ipv6] IPv6 address and if_bridge don't play well toge 1 problem total. Serious problems S Tracker

Re: Netgraph - Breaks "ping"

2007-10-22 Thread Milan Obuch
On Monday 22 October 2007 07:06:30 Len Gross wrote: > I'm trying to "monitor" an ethernet interface with a tee node, but ping > breaks when I setup the graph. I suspect I'm doing something "dumb" with > respect to how the Ethernet node and/or the iface (ng0) need to be > configured in order to ma

Re: Netgraph - Breaks "ping"

2007-10-22 Thread Marko Zec
On Monday 22 October 2007 07:06:30 Len Gross wrote: > I'm trying to "monitor" an ethernet interface with a tee node, but > ping breaks when I setup the graph. I suspect I'm doing something > "dumb" with respect to how the Ethernet node and/or the iface (ng0) > need to be configured in order to ma

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-22 Thread Kevin Oberman
> Date: Sun, 21 Oct 2007 22:01:08 -0700 > From: "Len Gross" <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Thanks. I'll look into that. > BTW: The "lance" chip appears to be 1990 vintage, might even be ISA The AMD LANCE was the first popular "Ethernet on a chip". It was used very heavily for

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-22 Thread Len Gross
So there is hope in using/finding the card(s). Thanks so much for the follow-up. Much appreciated. On 10/22/07, Kevin Oberman <[EMAIL PROTECTED]> wrote: > > > Date: Sun, 21 Oct 2007 22:01:08 -0700 > > From: "Len Gross" <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > > > Thanks. I'll look

Re: Netgraph - Breaks "ping"

2007-10-22 Thread Len Gross
Exactly right. I must have read the ng_ehter man page 20 times, but now it looks obvious. Thanks so much for the help. (Might need more later, as this is just the tip of a project iceberg.) -- Len On 10/22/07, Marko Zec <[EMAIL PROTECTED]> wrote: > > On Monday 22 October 2007 07:06:30 Len Gross