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
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
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
> --- 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
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
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
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
> 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