Re: [was] addition to ipfw (read vlans from bridge)..

2006-12-29 Thread Julian Elischer
Yar Tikhiy wrote: On Tue, Dec 26, 2006 at 11:27:44AM -0800, Julian Elischer wrote: Yar Tikhiy wrote: If what you are suggesting is that we pass into ipfw an 'offset' into the packet as well as the packet, then yes I like that idea, but I didn't see Andre suggest it. Do you consider only ideas

IP_SENDSRCADDR & vlan interfaces

2006-12-29 Thread Keith Mitchell
Hi, I've been trying to get the avahi port working on my system and haven't been able to get it to work. I've done some debugging of the application as well as discussed the problem with the maintainer of avahi. As a result of the debugging, it appears as though avahi works just fine when I jus

RE: ' bus_dmamap_load_mbuf_sg ( ) ' function usage problem

2006-12-29 Thread tanniru.sankar
Hi Mark, Is it possible to allocate contigous memory of MJUM9BYTES ( 9K ) and dmamap_load in one segment ? Thanks, Sankar -Original Message- From: John-Mark Gurney [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 2:19 AM To: Tanniru Sankar (W

Re: FreeBSD PPPoE server and IP Conflict

2006-12-29 Thread Gloomy Group
Thanks boris, Actually that looks like bug in freebsd 5.x and 6.x. After changing that value in sysctl it helped. Regards Bishal From: Boris Kovalenko <[EMAIL PROTECTED]> To: Gloomy Group <[EMAIL PROTECTED]>, freebsd-net@freebsd.org Subject: Re: FreeBSD PPPoE server and IP Conflict Date:

Re: ipsec-tools 0.6.6 problem

2006-12-29 Thread Robert Usle
On 12/28/06, Robert Usle <[EMAIL PROTECTED]> wrote: Hello list & Yvan. This is my second post regarding the one from: http://osdir.com/ml/freebsd-net@freebsd.org/msg20572.html Sorry for not replying, but my email provider simply sucks. Here's more info. Also there seems to be a problem with

Re: ' bus_dmamap_load_mbuf_sg ( ) ' function usage problem

2006-12-29 Thread John-Mark Gurney
[EMAIL PROTECTED] wrote this message on Fri, Dec 29, 2006 at 12:13 +0530: >Is it possible to allocate contigous memory of MJUM9BYTES ( 9K ) > and dmamap_load in one segment ? You can use bus_dmamem_alloc, which will use contigmalloc to allocate the necessary memory... You can then attac

Re: [was] addition to ipfw (read vlans from bridge)..

2006-12-29 Thread Yar Tikhiy
On Tue, Dec 26, 2006 at 11:27:44AM -0800, Julian Elischer wrote: > Yar Tikhiy wrote: > > >> > >>If what you are suggesting is that we pass into ipfw an 'offset' > >>into the packet as well as the packet, then yes I like that idea, > >>but I didn't see Andre suggest it. > > > >Do you consider only