Re: Aggregate network interfaces

2005-08-26 Thread Paul Khavkine
To unsubscribe, send any mail to [EMAIL PROTECTED] Paul Khavkine Networks/Systems Planning and Engineering DISTRIBUTEL Communications. 740 Notre Dame West, Suite 1135 Montreal, Quebec, Canada, H3C 3X6 +1-514-877-5505 x 263 http://www.distributel.net

Re: Reading raw ethernet

2005-08-22 Thread Paul Khavkine
Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED] Paul Khavkine Networks/Systems Planning

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 an example of something that is designed to be attached directly to the ng_ether nodes. in ng_etf, do you check

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 Paul

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 pick up STP frames without putting the interface in promiscuous mode