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

Pavlin Radoslavov pavlin@icir.org
Wed, 7 Sep 2005 22:48:55 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-09-07 22:48:55 UTC

XORP CVS repository


Modified files:
	ospf          Makefile.am Makefile.in xorp_ospfv2.cc 
	              xorp_ospfv3.cc xrl_io.cc xrl_io.hh xrl_target.cc 
	              xrl_target.hh 
	xrl/targets   Makefile.am Makefile.in ospfv2.tgt ospfv2.xrls 
	              ospfv2_base.cc ospfv2_base.hh ospfv3.tgt 
	              ospfv3.xrls ospfv3_base.cc ospfv3_base.hh 

Log message:
	Plug-in the raw socket FEA interface to OSPF so now OSPF
	can send and receive packets to/from the wire.

Revision  Changes                                 Path
1.15      +3 -1;  commitid: c192431f6df77ea6;     xorp/ospf/Makefile.am
1.12      +13 -1;  commitid: c192431f6df77ea6;    xorp/ospf/Makefile.in
1.7       +6 -3;  commitid: c192431f6df77ea6;     xorp/ospf/xorp_ospfv2.cc
1.7       +7 -4;  commitid: c192431f6df77ea6;     xorp/ospf/xorp_ospfv3.cc
1.9       +435 -23;  commitid: c192431f6df77ea6;  xorp/ospf/xrl_io.cc
1.8       +40 -6;  commitid: c192431f6df77ea6;    xorp/ospf/xrl_io.hh
1.6       +79 -1;  commitid: c192431f6df77ea6;    xorp/ospf/xrl_target.cc
1.5       +103 -1;  commitid: c192431f6df77ea6;   xorp/ospf/xrl_target.hh
1.57      +4 -1;  commitid: c192431f6df77ea6;     xorp/xrl/targets/Makefile.am
1.72      +3 -0;  commitid: c192431f6df77ea6;     xorp/xrl/targets/Makefile.in
1.2       +3 -1;  commitid: c192431f6df77ea6;     xorp/xrl/targets/ospfv2.tgt
1.4       +25 -1;  commitid: c192431f6df77ea6;    xorp/xrl/targets/ospfv2.xrls
1.4       +39 -1;  commitid: c192431f6df77ea6;    xorp/xrl/targets/ospfv2_base.cc
1.4       +39 -1;  commitid: c192431f6df77ea6;    xorp/xrl/targets/ospfv2_base.hh
1.2       +5 -1;  commitid: c192431f6df77ea6;     xorp/xrl/targets/ospfv3.tgt
1.3       +49 -1;  commitid: c192431f6df77ea6;    xorp/xrl/targets/ospfv3.xrls
1.3       +77 -1;  commitid: c192431f6df77ea6;    xorp/xrl/targets/ospfv3_base.cc
1.3       +77 -1;  commitid: c192431f6df77ea6;    xorp/xrl/targets/ospfv3_base.hh