[Xorp-cvs] XORP cvs commit: xorp/cli xorp/libxorp xorp/rtrmgr

Atanu Ghosh atanu at icir.org
Tue Nov 4 14:56:28 PST 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at chum.icir.org	2008-11-04 22:56:28 UTC

XORP CVS repository


Modified files:
	cli           cli_node.cc cli_node_net.cc 
	libxorp       run_command.cc run_command.hh 
	rtrmgr        op_commands.cc 

Log message:
	The output from a show command had the same priority as keyboard input
	so a command that generates a lot of output like "show bgp routes"
	could stop the xorpsh from listening to keyboard input.
	
	The priority of Keyboard input has been increased and the priority of
	show commands has been decreased.
	
	Show commands are run by RunCommand and a constructor argument has
	been added to select the priority of the stdout and stdin.
	
	Bugzilla URL:   http://bugzilla.xorp.org/show_bug.cgi?id=809
	Submitted by:   Pavlin Radoslavov
	Approved by:    Syed Khalid

Revision  Changes                                Path
1.44      +3 -2;  commitid: 17e3c4910d31a41a7;   xorp/cli/cli_node.cc
1.70      +5 -3;  commitid: 17e3c4910d31a41a7;   xorp/cli/cli_node_net.cc
1.37      +15 -9;  commitid: 17e3c4910d31a41a7;  xorp/libxorp/run_command.cc
1.20      +20 -4;  commitid: 17e3c4910d31a41a7;  xorp/libxorp/run_command.hh
1.73      +3 -2;  commitid: 17e3c4910d31a41a7;   xorp/rtrmgr/op_commands.cc



More information about the Xorp-cvs mailing list