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

Pavlin Radoslavov pavlin at icir.org
Thu Aug 9 15:15:21 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-08-09 22:15:21 UTC

XORP CVS repository


Modified files:
	.             config.h.in configure 
	config        aclinux.m4 

Log message:
	Added a check whether the build environment has netlink socket
	RTA_TABLE message attribute.
	
	This attribute is needed if the routing/forwarding table ID (inside
	the Linux kernel) is larger than 0xff.
	For the record, the semantic for using the table ID is:
	
	If the table ID is <= 0xff, then we set it in rtmsg->rtm_table,
	otherwise we set rtmsg->rtm_table to RT_TABLE_UNSPEC and add the
	real value as an RTA_TABLE attribute.
	
	Note that table ID support for values large than 0xff has been
	added to Linux around kernel version 2.6.20 or so.

Revision  Changes                               Path
1.90      +3 -0;  commitid: 25f146bb911e7ea6;   xorp/config.h.in
1.9       +33 -1;  commitid: 25f146bb911e7ea6;  xorp/config/aclinux.m4
1.264     +72 -0;  commitid: 25f146bb911e7ea6;  xorp/configure



More information about the Xorp-cvs mailing list