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

Pavlin Radoslavov pavlin@icir.org
Fri, 31 Mar 2006 06:11:45 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-31 06:11:45 UTC

XORP CVS repository


Modified files:
	fea           fticonfig_entry_get_netlink.cc 
	              fticonfig_entry_set_netlink.cc 
	              fticonfig_table_get_netlink.cc 
	              ifconfig_get_netlink.cc ifconfig_set_netlink.cc 
	              netlink_socket.cc netlink_socket.hh 

Log message:
	* Fix the usage of netlink socket pid.
	  Apparently, in Linux world, "pid" sometimes is not a process ID,
	  even if the netlink(7) manual page says so.
	  Thanks to Hasso Tepper, the Linux netlink(7) manual page is now
	  fixed (see Bugzilla entry #463, Comment #2).
	
	  This fixes Bugzilla entry #463
	
	* Rename NetlinkSocket::pid() to ns_pid() to distinguish it from
	  the corresponding RoutingSocket::pid() which is really a process ID.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=463
	Submitted by:   Hasso Tepper

Revision  Changes                               Path
1.32      +2 -2;  commitid: c5f442cc6db7ea6;    xorp/fea/fticonfig_entry_get_netlink.cc
1.28      +3 -3;  commitid: c5f442cc6db7ea6;    xorp/fea/fticonfig_entry_set_netlink.cc
1.29      +2 -2;  commitid: c5f442cc6db7ea6;    xorp/fea/fticonfig_table_get_netlink.cc
1.19      +4 -4;  commitid: c5f442cc6db7ea6;    xorp/fea/ifconfig_get_netlink.cc
1.27      +6 -6;  commitid: c5f442cc6db7ea6;    xorp/fea/ifconfig_set_netlink.cc
1.37      +13 -28;  commitid: c5f442cc6db7ea6;  xorp/fea/netlink_socket.cc
1.19      +5 -5;  commitid: c5f442cc6db7ea6;    xorp/fea/netlink_socket.hh