[Xorp-cvs] XORP cvs commit: xorp/fea xorp/fea/data_plane/io xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin at icir.org
Fri May 23 20:02:24 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-05-24 03:02:24 UTC

XORP CVS repository


Modified files:
	fea           io_link_manager.hh test_fea_rawlink.cc 
	              xrl_fea_target.hh 
	fea/data_plane/io io_link_pcap.cc io_link_pcap.hh 
	xrl/interfaces fea_rawlink.xif fea_rawlink_client.xif 
	               fea_rawlink_client_xif.hh fea_rawlink_xif.hh 
	xrl/targets   fea.xrls fea_base.hh 

Log message:
	Added support for sending/receiving IEEE 802.2 LLC frames
	(in addition to the existing support for Ethernet II (DIX) frames).
	
	Now the ether_type argument is used to specify the EtherType
	protocol number (for Ethernet II frames) if it is between
	1536 and 65535 or the Destination SAP (for IEEE 802.2 LLC frames)
	if it is between 1 and 255.

Revision  Changes                                 Path
1.11      +73 -34;  commitid: 140354837841a41a7;  xorp/fea/data_plane/io/io_link_pcap.cc
1.8       +5 -1;  commitid: 140354837841a41a7;    xorp/fea/data_plane/io/io_link_pcap.hh
1.9       +24 -15;  commitid: 140354837841a41a7;  xorp/fea/io_link_manager.hh
1.3       +4 -3;  commitid: 140354837841a41a7;    xorp/fea/test_fea_rawlink.cc
1.31      +24 -15;  commitid: 140354837841a41a7;  xorp/fea/xrl_fea_target.hh
1.4       +25 -11;  commitid: 140354837841a41a7;  xorp/xrl/interfaces/fea_rawlink.xif
1.3       +5 -2;  commitid: 140354837841a41a7;    xorp/xrl/interfaces/fea_rawlink_client.xif
1.4       +4 -3;  commitid: 140354837841a41a7;    xorp/xrl/interfaces/fea_rawlink_client_xif.hh
1.5       +24 -15;  commitid: 140354837841a41a7;  xorp/xrl/interfaces/fea_rawlink_xif.hh
1.84      +22 -15;  commitid: 140354837841a41a7;  xorp/xrl/targets/fea.xrls
1.93      +24 -15;  commitid: 140354837841a41a7;  xorp/xrl/targets/fea_base.hh



More information about the Xorp-cvs mailing list