[Xorp-cvs] XORP cvs commit: xorp/fea

Andrea Bittau abittau at icir.org
Thu Oct 9 10:45:04 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	abittau at chum.icir.org	2008-10-09 17:45:04 UTC

XORP CVS repository


Modified files:
	fea           io_link_manager.cc io_link_manager.hh 

Log message:
	Allow fea clients to TX only if necessary.  I.e., don't force them to register
	for reception of packets if they only care about TXing.  The ideal
	implementation would create a raw socket for TXing only.  This patch instead
	creates a "traditional" TX/RX raw socket, but creates an input filter that
	matches no packets.  The latter approach is easier to implement (less changes
	and less intrusive) although the former might be better - e.g., avoid promisc or
	other RX related processing.

Revision  Changes                                Path
1.11      +85 -9;  commitid: 14a6848ee431e41a7;  xorp/fea/io_link_manager.cc
1.12      +5 -1;  commitid: 14a6848ee431e41a7;   xorp/fea/io_link_manager.hh



More information about the Xorp-cvs mailing list