Re: EM(4), vlans & dhclient

2005-07-08 Thread Ragnar Lonn
Lee S Clark wrote: - dhclient's interactions with either em(4) or some part of vlan(4) is flakey at best. occasionally all 3 vlan interfaces will obtain an IP, in other instances there is no traffic placed on the wire at all. typically one vlan int will get an IP the other two will not. i

Re: kern/83011: nge vlans broken

2005-07-08 Thread Yuriy N. Shkandybin
I've invistigated that m_head mbuf doesn't have M_VLANTAG when performing VLAN_OUTPUT() next diff for /usr/src/sys/net/if_vlan_var.h make it work: --- 1.h Fri Jul 8 17:34:31 2005 +++ if_vlan_var.h Fri Jul 8 17:35:53 2005 @@ -111,7 +111,7 @@ } while (0) #defineVLAN_OUTPUT_TAG(_if

Re: ntop binary for 5.x in existence ? (the real ntop, not the kitchen sink one...)

2005-07-08 Thread Joe Schmoe
Matt, --- Matt Emmerton <[EMAIL PROTECTED]> wrote: > I'm not sure where you're looking, but > http://www.ntop.org definitely > describes a network monitoring application. > > It's stil in the ports -- you can install it like > this: cd > /usr/ports/net/ntop && make install Yeah - that's the n

Re: ntop binary for 5.x in existence ? (the real ntop, not the kitchen sink one...)

2005-07-08 Thread Matt Emmerton
> --- Matt Emmerton <[EMAIL PROTECTED]> wrote: > > > I'm not sure where you're looking, but > > http://www.ntop.org definitely > > describes a network monitoring application. > > > > It's stil in the ports -- you can install it like > > this: cd > > /usr/ports/net/ntop && make install > > Yeah - t

Re: ntop binary for 5.x in existence ? (the real ntop, not the kitchen sink one...)

2005-07-08 Thread Joe Schmoe
Matt, --- Matt Emmerton <[EMAIL PROTECTED]> wrote: > > a recipe database included as well ... > > Your embellishments only serve to distract from your > real question -- which > is the following: You're right. Sorry. It's just so frustrating to see a really great idea, and great tool, co-opt

what to replace splnet in FreeBSD 5.x?

2005-07-08 Thread ming fu
Hi, With splnet() became a no-op in sys/systm.h static __inline intrmask_tsplnet(void){ return 0; } What should I use to replace the splnet? I have a module receiving input from both ip_input() and a device that userland can write to. I guess I was cover from the ip_input() as

Re: ntop binary for 5.x in existence ? (the real ntop, not the kitchen sink one...)

2005-07-08 Thread Jeremie Le Hen
Hi Joe, > You're right. Sorry. It's just so frustrating to see > a really great idea, and great tool, co-opted by the > linux kids and turned into "my bloated sourceforge > project of the week" Are you sure the old source can not be found anywhere on the Internet ? If so, it would be worth if

Re: ntop binary for 5.x in existence ? (the real ntop, not the kitchen sink one...)

2005-07-08 Thread Matt Emmerton
> Hi Joe, > > > You're right. Sorry. It's just so frustrating to see > > a really great idea, and great tool, co-opted by the > > linux kids and turned into "my bloated sourceforge > > project of the week" > > Are you sure the old source can not be found anywhere on the > Internet ? If so, it wo