[Xorp-cvs] XORP cvs commit: xorp/fea xorp/libproto xorp/libxorp xorp/mld6igmp xorp/pim xorp/rib xorp/tests xorp/tests/bgp xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin at icir.org
Mon Jul 3 16:33:43 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-07-03 23:33:43 UTC

XORP CVS repository


Modified files:
	fea           mfea_config.cc mfea_node.cc mfea_node.hh 
	              mfea_node_cli.cc xrl_mfea_node.cc xrl_mfea_node.hh 
	libproto      proto_node.hh 
	libxorp       test_vif.cc vif.cc vif.hh 
	mld6igmp      mld6igmp_config.cc mld6igmp_node.cc 
	              mld6igmp_node.hh mld6igmp_vif.cc 
	              xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh 
	pim           pim_config.cc pim_node.cc pim_node.hh 
	              xrl_pim_node.cc xrl_pim_node.hh 
	rib           rib.cc rib.hh rib_manager.cc rib_manager.hh 
	              vifmanager.cc xrl_target.cc 
	tests         test_builddir.py 
	tests/bgp     test_bgp_reports1.py 
	xrl/interfaces mfea_client.xif mfea_client_xif.cc 
	               mfea_client_xif.hh 
	xrl/targets   mld6igmp.xrls mld6igmp_base.cc mld6igmp_base.hh 
	              pim.xrls pim_base.cc pim_base.hh 

Log message:
	* Add Vif::_mtu field and set it along with existing Vif flags.
	* Minor kdoc tweaks.

Revision  Changes                                Path
1.16      +24 -19;  commitid: 542944a9a8857ea6;  xorp/fea/mfea_config.cc
1.64      +2 -1;  commitid: 542944a9a8857ea6;    xorp/fea/mfea_node.cc
1.36      +20 -16;  commitid: 542944a9a8857ea6;  xorp/fea/mfea_node.hh
1.20      +4 -1;  commitid: 542944a9a8857ea6;    xorp/fea/mfea_node_cli.cc
1.51      +13 -8;  commitid: 542944a9a8857ea6;   xorp/fea/xrl_mfea_node.cc
1.27      +10 -8;  commitid: 542944a9a8857ea6;   xorp/fea/xrl_mfea_node.hh
1.36      +22 -17;  commitid: 542944a9a8857ea6;  xorp/libproto/proto_node.hh
1.12      +8 -2;  commitid: 542944a9a8857ea6;    xorp/libxorp/test_vif.cc
1.18      +6 -2;  commitid: 542944a9a8857ea6;    xorp/libxorp/vif.cc
1.14      +24 -9;  commitid: 542944a9a8857ea6;   xorp/libxorp/vif.hh
1.14      +2 -1;  commitid: 542944a9a8857ea6;    xorp/mld6igmp/mld6igmp_config.cc
1.50      +6 -2;  commitid: 542944a9a8857ea6;    xorp/mld6igmp/mld6igmp_node.cc
1.29      +4 -3;  commitid: 542944a9a8857ea6;    xorp/mld6igmp/mld6igmp_node.hh
1.70      +4 -4;  commitid: 542944a9a8857ea6;    xorp/mld6igmp/mld6igmp_vif.cc
1.58      +4 -2;  commitid: 542944a9a8857ea6;    xorp/mld6igmp/xrl_mld6igmp_node.cc
1.37      +5 -2;  commitid: 542944a9a8857ea6;    xorp/mld6igmp/xrl_mld6igmp_node.hh
1.47      +2 -2;  commitid: 542944a9a8857ea6;    xorp/pim/pim_config.cc
1.79      +6 -2;  commitid: 542944a9a8857ea6;    xorp/pim/pim_node.cc
1.62      +4 -3;  commitid: 542944a9a8857ea6;    xorp/pim/pim_node.hh
1.95      +4 -2;  commitid: 542944a9a8857ea6;    xorp/pim/xrl_pim_node.cc
1.67      +5 -2;  commitid: 542944a9a8857ea6;    xorp/pim/xrl_pim_node.hh
1.61      +4 -2;  commitid: 542944a9a8857ea6;    xorp/rib/rib.cc
1.36      +5 -3;  commitid: 542944a9a8857ea6;    xorp/rib/rib.hh
1.52      +8 -7;  commitid: 542944a9a8857ea6;    xorp/rib/rib_manager.cc
1.35      +4 -2;  commitid: 542944a9a8857ea6;    xorp/rib/rib_manager.hh
1.43      +3 -1;  commitid: 542944a9a8857ea6;    xorp/rib/vifmanager.cc
1.58      +2 -1;  commitid: 542944a9a8857ea6;    xorp/rib/xrl_target.cc
1.4       +9 -6;  commitid: 542944a9a8857ea6;    xorp/tests/bgp/test_bgp_reports1.py
1.3       +5 -3;  commitid: 542944a9a8857ea6;    xorp/tests/test_builddir.py
1.7       +3 -2;  commitid: 542944a9a8857ea6;    xorp/xrl/interfaces/mfea_client.xif
1.21      +3 -1;  commitid: 542944a9a8857ea6;    xorp/xrl/interfaces/mfea_client_xif.cc
1.20      +4 -1;  commitid: 542944a9a8857ea6;    xorp/xrl/interfaces/mfea_client_xif.hh
1.23      +4 -2;  commitid: 542944a9a8857ea6;    xorp/xrl/targets/mld6igmp.xrls
1.28      +5 -4;  commitid: 542944a9a8857ea6;    xorp/xrl/targets/mld6igmp_base.cc
1.30      +5 -2;  commitid: 542944a9a8857ea6;    xorp/xrl/targets/mld6igmp_base.hh
1.51      +4 -2;  commitid: 542944a9a8857ea6;    xorp/xrl/targets/pim.xrls
1.54      +5 -4;  commitid: 542944a9a8857ea6;    xorp/xrl/targets/pim_base.cc
1.58      +5 -2;  commitid: 542944a9a8857ea6;    xorp/xrl/targets/pim_base.hh



More information about the Xorp-cvs mailing list