Re: NDIS - True OR False

2009-03-24 Thread Weongyo Jeong
On Tue, Mar 24, 2009 at 09:59:22PM -0400, Garrett Wollman wrote: > In article <41d96b7f-f76d-4f35-ba1d-0edf810e6...@young-alumni.com>, > "Chris" writes: > > >True OR False > > > >1) NDIS only works with XP drivers. > > Can't answer that as I've never needed to try a Vista driver. AFAIK NDISulato

Re: NDIS - True OR False

2009-03-24 Thread Garrett Wollman
In article <41d96b7f-f76d-4f35-ba1d-0edf810e6...@young-alumni.com>, "Chris" writes: >True OR False > >1) NDIS only works with XP drivers. Can't answer that as I've never needed to try a Vista driver. >2) NDIS only works with 32-bit drivers and wont work on amd64. False, unless someone has broke

NDIS - True OR False

2009-03-24 Thread Chris Ruiz
True OR False 1) NDIS only works with XP drivers. 2) NDIS only works with 32-bit drivers and wont work on amd64. There is a lot of conflicting information on various lists, forums and websites regarding NDIS. Thanks, Chris ___ freebsd-net@freebs

Re: Problems with inward PPTP tunnel

2009-03-24 Thread Luiz Otavio O Souza
Yes i've read your patch, but i don't understand what you are meaning... and yes, changing the definition of rt_Update is not my first intention, but it is the way i've found to fix this. Backing to the patch... The rt_Update need the ifp and ifa information to correctly update the route, an

Re: Problems with inward PPTP tunnel

2009-03-24 Thread Brett Glass
Qing, Sorry, but your patch doesn't fix the issue, everytime the route_UpdateMTU* is called the route is set to the ethernet interface using the gateway address instead of the correct tun interface. The patch in PR works exactly in that situation as confirmed by Brett. Thanks, Luiz * This

RE: Problems with inward PPTP tunnel

2009-03-24 Thread Li, Qing
> > Yes i've read your patch, but i don't understand what you are meaning... > and yes, changing the definition of rt_Update is not my first intention, > but it is the way i've found to fix this. > > Backing to the patch... The rt_Update need the ifp and ifa information > to correctly update the

Re: bin/51827: [libc] [patch] getaddrinfo(3) is broken with numeric service

2009-03-24 Thread ume
Synopsis: [libc] [patch] getaddrinfo(3) is broken with numeric service State-Changed-From-To: open->patched State-Changed-By: ume State-Changed-When: Tue Mar 24 17:51:47 UTC 2009 State-Changed-Why: Thank you! I've just committed it into HEAD. I'll MFC it after 1 week. Responsible-Changed-From-

Re: bin/51827: commit references a PR

2009-03-24 Thread dfilter service
The following reply was made to PR bin/51827; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: bin/51827: commit references a PR Date: Tue, 24 Mar 2009 17:47:37 + (UTC) Author: ume Date: Tue Mar 24 17:47:24 2009 New Rev

Re: Dynamic loading of network kernel modules?

2009-03-24 Thread Brooks Davis
On Wed, Mar 18, 2009 at 01:33:06PM -0400, David Horn wrote: > On Wed, Mar 18, 2009 at 12:26 PM, Oliver Fromme > wrote: > > David Horn wrote: > > ?> Oliver Fromme wrote: > > ?> > > > ?> > ?network_interfaces="bge0 lo0" > > ?> > > ?> Ah. ?Ok, now I am understanding your scenario. > > ?> > > ?> I th

Re: Problems with inward PPTP tunnel

2009-03-24 Thread Brett Glass
At 05:31 AM 3/24/2009, Luiz Otavio O Souza wrote: Hi, I read over your patch and I don't think you need to change the definition of rt_Update() to fix this bug. Have you read my patch committed to head/user.sbin/ppp/route.c on 12/18/2008? svn r186308, cvs r1.96. Please take a look. Thanks,

Re: kern/114714: [gre] [patch] gre(4) is not MPSAFE and does not support keys

2009-03-24 Thread gavin
Synopsis: [gre] [patch] gre(4) is not MPSAFE and does not support keys State-Changed-From-To: open->closed State-Changed-By: gavin State-Changed-When: Tue Mar 24 15:06:19 UTC 2009 State-Changed-Why: Patch in PR was committed and MFC'd in mid 2008 Responsible-Changed-From-To: freebsd-net->thomps

Re: dummynet and smp

2009-03-24 Thread Andrey Kropachev
Very strange. I have freebsd 7.0-RELEASE-p10 with dummynet in use and about 700 Mbit/s traffic passing through. dummynet process CPU usage is 0% to 10%. Let me see your ipfw rules. What FreeBSD version do you have? What about swi: net and taskq (irq) processes? Hardware configuration? ipfw r

Re: dummynet and smp

2009-03-24 Thread Alexander Motin
Andrey Kropachev wrote: > Is there an opportunity to scale dummynet on a number of cpu's? Currently my > router processes about 200Mbit/s and around 50kpps. The dummynet takes about > 80% of one processor. So, can dummynet be scaled, or can i somehow decrease > the cpu usage of dummynet? Dummynet

RE: dummynet and smp

2009-03-24 Thread Sergey Pronin
Very strange. I have freebsd 7.0-RELEASE-p10 with dummynet in use and about 700 Mbit/s traffic passing through. dummynet process CPU usage is 0% to 10%. Let me see your ipfw rules. What FreeBSD version do you have? What about swi: net and taskq (irq) processes? Hardware configuration? _

Re: #netstat -rn output

2009-03-24 Thread Steve Bertrand
Max Laier wrote: > On Tuesday 24 March 2009 06:09:40 Steve Bertrand wrote: >> Can the Netif column be expanded via the command line? > -W is your friend. See also netstat(1) It most certainly is... thanks :) Steve ___ freebsd-net@freebsd.org mailing

Re: Problems with inward PPTP tunnel

2009-03-24 Thread Luiz Otavio O Souza
Hi, I read over your patch and I don't think you need to change the definition of rt_Update() to fix this bug. Have you read my patch committed to head/user.sbin/ppp/route.c on 12/18/2008? svn r186308, cvs r1.96. Please take a look. Thanks, -- Qing Hi Qing, Yes i've read your patch, but i

dummynet and smp

2009-03-24 Thread Andrey Kropachev
Hi all, Is there an opportunity to scale dummynet on a number of cpu's? Currently my router processes about 200Mbit/s and around 50kpps. The dummynet takes about 80% of one processor. So, can dummynet be scaled, or can i somehow decrease the cpu usage of dummynet? Regards, Andrey Kropachev __

Re: #netstat -rn output

2009-03-24 Thread Max Laier
On Tuesday 24 March 2009 06:09:40 Steve Bertrand wrote: > Hi all, > > I don't know if this belongs here or not, but here it is anyway. > > I'm in the middle of troubleshooting why two sub-interfaces on two > FreeBSD boxes (directly connected via XO cable) within a /30 can't > communicate, and I fou

RE: Problems with inward PPTP tunnel

2009-03-24 Thread Li, Qing
Hi, I read over your patch and I don't think you need to change the definition of rt_Update() to fix this bug. Have you read my patch committed to head/user.sbin/ppp/route.c on 12/18/2008? svn r186308, cvs r1.96. Please take a look. Thanks, -- Qing > -Original Message- > From: owner

Re: kern/124282: [libc] socket(2): INP_PORTHIGH and INP_ONESBCAST share same value

2009-03-24 Thread bz
Synopsis: [libc] socket(2): INP_PORTHIGH and INP_ONESBCAST share same value Responsible-Changed-From-To: freebsd-net->rwatson Responsible-Changed-By: bz Responsible-Changed-When: Tue Mar 24 07:12:57 UTC 2009 Responsible-Changed-Why: Robert has fixed this in HEAD already. http://www.freebsd.org/c