Re: Aggregate network interfaces

2005-08-26 Thread Paul Khavkine
_ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > >___ >freebsd-net@freebsd.org mailing list >

Re: Reading raw ethernet

2005-08-22 Thread Paul Khavkine
On Mon, 22 Aug 2005, Julian Elischer wrote: >Paul Khavkine wrote: >> Julian. >> >> >>>>>You should probably look at the ng_etf node too BTW. >>>> >>>> >>>>How does ng_etf deal with that ? >>> >>>no, but as

Re: Reading raw ethernet

2005-08-22 Thread Paul Khavkine
net II frames ? or also 802.3 frames ? Thanx Paul > > >> >___ >freebsd-net@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-net >To unsubscribe, send any mail to "[EMAIL PROTECTED]" > **

Re: Reading raw ethernet

2005-08-19 Thread Paul Khavkine
On Fri, 19 Aug 2005, Julian Elischer wrote: >Paul Khavkine wrote: >> Hi guys. >> >> >> I'm writing a small program to read raw ethernet frames out of netgraph >> to capture Spannign Tree packets from the switch. >> >> Is it possible to p

Reading raw ethernet

2005-08-19 Thread Paul Khavkine
Hi guys. I'm writing a small program to read raw ethernet frames out of netgraph to capture Spannign Tree packets from the switch. Is it possible to pick up STP frames without putting the interface in promiscuous mode ? Thanx Paul