Re: kern/144724: [bwn] if_bwn does not pass traffic when in PIO mode

2010-07-18 Thread Joe Marcus Clarke
ace fail. I do see a lot of decryption error messages on the console, but that doesn't appear to be affecting functionality. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome __

Re: [X-POST] Anyone porting NetworkManager to FreeBSD ?

2008-09-22 Thread Joe Marcus Clarke
On Mon, 2008-09-22 at 11:22 +0530, Ashish Shukla आशीष शुक्ल wrote: > Joe Marcus Clarke writes: > > On Sun, 2008-09-21 at 03:26 +0530, Ashish Shukla आशीष शुक्ल wrote: > >> Hi all, > >> > >> Is there anyone, who is porting NetworkManager[1] to FreeBSD ? If yes,

Re: [X-POST] Anyone porting NetworkManager to FreeBSD ?

2008-09-20 Thread Joe Marcus Clarke
On Sun, 2008-09-21 at 03:26 +0530, Ashish Shukla आशीष शुक्ल wrote: > Hi all, > > Is there anyone, who is porting NetworkManager[1] to FreeBSD ? If yes, I > would like to be a tester or contributor to the effort. It's been on our ideas list for a while, and I think someone mentioned they were work

Re: Programmatically obtaining interface hardware addrs

2003-02-10 Thread Joe Marcus Clarke
d buried so deep in ioctls and sysctls, I didn't consider anything else. Joe > > Martin > > Joe Marcus Clarke wrote: > > >What's the best (or easiest) way to programmatically obtain interfaces' > >hardware addresses (that is, without forking ifconfig ;-))? I&

Programmatically obtaining interface hardware addrs

2003-02-08 Thread Joe Marcus Clarke
What's the best (or easiest) way to programmatically obtain interfaces' hardware addresses (that is, without forking ifconfig ;-))? I'm looking at how ifconfig does it, and wondering if there's an easier way. It seems Linux has a nice SIOCGIFHWADDR ioctl to do this. Thanks. Joe -- PGP Key : h

Re: Skinny (SCCP) protocol gateway for libalias

2002-06-30 Thread Joe Marcus Clarke
up a good point. Volatility is something I didn't consider. Thanks. Joe > > My instinct is to wish for more modularity, although I have to say > that libalias is not all that big today. > > None of this carries much weight. > > On Sun, Jun 30, 2002 at 09:08:50PM -0400, Joe Marcu

Re: Skinny (SCCP) protocol gateway for libalias

2002-06-30 Thread Joe Marcus Clarke
n Sun, Jun 30, 2002 at 07:47:37PM -0400, Joe Marcus Clarke wrote: > > I've written a Skinny (the call setup protocol used by Cisco IP phones) > > NAT ALG for libalias. I sent the code to ru for review, but he's too > > busy. He wondered how any others would find it

Skinny (SCCP) protocol gateway for libalias

2002-06-30 Thread Joe Marcus Clarke
I've written a Skinny (the call setup protocol used by Cisco IP phones) NAT ALG for libalias. I sent the code to ru for review, but he's too busy. He wondered how any others would find it useful. Basically, it allows Cisco IP phones behind a FreeBSD running natd or ppp to communicate correctly