VPLS implementation

2010-10-11 Thread Jon Otterholm
Are there any plans or ongoing work to implement VPLS in the network stack? http://en.wikipedia.org/wiki/Virtual_Private_LAN_Service //JO ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscrib

Re: strange resolver behavour

2010-10-11 Thread Hajimu UMEMOTO
Hi, > On Mon, 11 Oct 2010 13:31:04 +0700 > Eugene Grosbein said: egrosbein> FreeBSD 8.1-STABLE: egrosbein> # host koin-nkz.com. egrosbein> koin-nkz.com has address 62.231.164.101 egrosbein> Host koin-nkz.com not found: 3(NXDOMAIN) egrosbein> This domain does not have MX records but NXD

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

2010-10-11 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Strange behavior of packet scheduling in ipfw3

2010-10-11 Thread Dmukha Nikolay
Hello! The system is: FreeBSD mysystem 8.0-STABLE-201005 FreeBSD 8.0-STABLE-201005 #0: Wed Jul 28 12:04:29 MSD 2010 r...@mysystem:/usr/src/sys/amd64/compile/MYKERNEL amd64 There is firewall "ipfw3" from Luigi Rizzo with packet scheduling. There is part of firewall config (tariff with 1Mbit/

Re: Strange behavior of packet scheduling in ipfw3

2010-10-11 Thread Luigi Rizzo
[top post as i am in a rush] first, there is (fixed in HEAD, but not yet in -stable) an issue with io_fast=1 so try to set it to 0. Secondly, because of the way scheduling works, you can't expect packets to bypass the pipe, even if the individual flow is below its share. Even the best scheduling a

Re: [cxgb] Chelsio T304 quad gig pcie adapter TSO disabled

2010-10-11 Thread Navdeep Parhar
On Mon, Oct 11, 2010 at 12:56:55AM -0400, Bill Desjardins wrote: > Hi All, > > I have a couple Chelsio T304 quad gigabit nics that are going into > iscsi servers. I got these for the TOE capabilities, but I found in > the cxgb driver code that it is explicitly disabled for > 2 port nics > (line 10

if_ndis: fix for panic with VIMAGE

2010-10-11 Thread Paul B Mahol
Hi, There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() Patch attached. diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index 2ec9d0e..a4672e0 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -1644,10 +1644,6 @@ ndis_linksts_done(a

Re: kern/123961: [vr] [patch] Allow vr interface to handle vlans

2010-10-11 Thread yongari
Synopsis: [vr] [patch] Allow vr interface to handle vlans State-Changed-From-To: patched->closed State-Changed-By: yongari State-Changed-When: Mon Oct 11 20:15:37 UTC 2010 State-Changed-Why: Close, vr(4) should support VLAN oversized frame. If you happen to encounter the issue again please open a

10GE adapters

2010-10-11 Thread Frank T-Y
Howdy - I remember seeing posts from Broadcom about the Net Extreme II 57711 (bxe) some time back - they had beta available a year or so ago but nothing since. Also, anyone know if the Qlogic QLE8152 (CNA) is on the radar? Thanks, Frank \\ Frank

Re: strange resolver behavour

2010-10-11 Thread Eugene Grosbein
On 11.10.2010 18:05, Hajimu UMEMOTO wrote: > egrosbein> Is it a bug in our resolver? > > I think no, host(1) links ISC's resolver, and it doesn't use libc's > resolver. I suspect there is some problem in host(1) or ISC's > resolver. Is there a command capable of looking up MX records and linked