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

Marko Zec zec@icir.org
Wed, 31 Aug 2005 16:54:00 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2005-08-31 16:54:00 UTC

XORP CVS repository


Modified files:
	rip           packets.hh port.cc port_manager.hh test_request.cc 
	              xrl_port_manager.hh 

Log message:
	Apply classfull subnet masks to received RIPv2 routes with no mask
	specified.
	
	Check the nexthop field in received RIPv2 routes for correctness.
	Bogus nexthops (not directly reachable via the inbound interface) are
	silently ignored.
	
	XXX / TODO: breaks "gmake check" in rip/
	
	Bug found by:   UNH lab

Revision  Changes                               Path
1.19      +2 -1;  commitid: 97394315dfc87ea6;   xorp/rip/packets.hh
1.45      +33 -6;  commitid: 97394315dfc87ea6;  xorp/rip/port.cc
1.8       +11 -2;  commitid: 97394315dfc87ea6;  xorp/rip/port_manager.hh
1.19      +6 -4;  commitid: 97394315dfc87ea6;   xorp/rip/test_request.cc
1.12      +3 -2;  commitid: 97394315dfc87ea6;   xorp/rip/xrl_port_manager.hh