Re: LACP support and if_tap interface

2009-08-06 Thread serg vasilyev
Now i'm able to emulate a media and status on if_tap interface... tap0: flags=8802 metric 0 mtu 1500 ether 00:bd:49:f7:a6:00 media: Ethernet 100baseTX status: active BUT i suspect that there must be some another flag or capability of if_tap to work with LACP... can somebo

Re: bin/137484: [patch] Integer overflow in wpa_supplicant(8) base64 encoder

2009-08-06 Thread linimon
Old Synopsis: Integer overflow in wpa_supplicant base64 encoder New Synopsis: [patch] Integer overflow in wpa_supplicant(8) base64 encoder Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Aug 6 22:28:46 UTC 2009 Responsible-Change

ipfw forwarding in GENERIC

2009-08-06 Thread Eric W. Bates
I'm trying to wrap my head around freebsd-update. Is there a way to activate IPSEC and IPFIREWALL-FORWARD without building a custom kernel? Thanks for your time. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: em(4): sending ARP regardless of NOARP flag

2009-08-06 Thread Jack Vogel
Oh, hmmm, ok I'll look into that code. Thanks Barney. Jack On Thu, Aug 6, 2009 at 4:20 AM, Barney Cordoba wrote: > > > --- On Wed, 8/5/09, David Christensen wrote: > > > From: David Christensen > > Subject: RE: em(4): sending ARP regardless of NOARP flag > > To: "Jack Vogel" , "Julian Elisc

Re: How to port/build TCP/IP Stack.

2009-08-06 Thread bose vemuri
Hi,   Thank you for your reply. Actually we need to implement TCP/IP stack on Boot Loader(MIPS). We are planning to port FreeBSD TCP/IP Stack. Please help me out how can i proceed further.    Thanks in advance, Bose. --- On Thu, 8/6/09, Julian Elischer wrote: From: Julian Elischer Subject:

RE: em(4): sending ARP regardless of NOARP flag

2009-08-06 Thread Barney Cordoba
--- On Wed, 8/5/09, David Christensen wrote: > From: David Christensen > Subject: RE: em(4): sending ARP regardless of NOARP flag > To: "Jack Vogel" , "Julian Elischer" > Cc: "Jack F Vogel" , "freebsd-net@freebsd.org" > , "d...@delphij.net" > Date: Wednesday, August 5, 2009, 3:54 PM > > >>

kevent behavior with TCP socket

2009-08-06 Thread Denis Berezhnoy
Hi guys, I have question regarding kevent behavior with TCP socket. Hope you can advise anything. I am trying to connect the server in non block mode. When I call connect it returns -1 and errno=EINPROGRESS. Then I use kqueue and kevent with EVFILT_WRITE and timeout 100 msec to wait when serve

Re: How to build TCP/IP Stack.

2009-08-06 Thread Julian Elischer
bose vemuri wrote: Hi All, I have Installed FreeBSD on my Home PC. I would like to build TCP/IP stack module. please guide/help me to build the stack. Thank in advance, Bose. The tcp stackis not a separate module. there are parts of the system that are, but TCP/IP is not one of them. if y