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

Atanu Ghosh atanu@icir.org
Wed, 31 Aug 2005 23:38:47 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-08-31 23:38:47 UTC

XORP CVS repository


Modified files:
	ospf          io.hh ospf.cc peer.cc test_peering.cc 
	              xorp_ospfv2.cc xorp_ospfv3.cc xrl_io.cc xrl_io.hh 

Log message:
	Three new methods added to the io class two to leave and join
	multicast groups and one to return the IP protocol number that should
	be used.
	
	The two multicast groups that OSPF uses are now explicitly joined on
	each interface/vif.

Revision  Changes                               Path
1.9       +21 -1;  commitid: abe243163f867ea6;  xorp/ospf/io.hh
1.30      +23 -1;  commitid: abe243163f867ea6;  xorp/ospf/ospf.cc
1.133     +7 -1;  commitid: abe243163f867ea6;   xorp/ospf/peer.cc
1.40      +25 -1;  commitid: abe243163f867ea6;  xorp/ospf/test_peering.cc
1.5       +2 -3;  commitid: abe243163f867ea6;   xorp/ospf/xorp_ospfv2.cc
1.5       +2 -3;  commitid: abe243163f867ea6;   xorp/ospf/xorp_ospfv3.cc
1.6       +33 -2;  commitid: abe243163f867ea6;  xorp/ospf/xrl_io.cc
1.6       +14 -1;  commitid: abe243163f867ea6;  xorp/ospf/xrl_io.hh