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

Pavlin Radoslavov pavlin@icir.org
Sat, 28 Jan 2006 02:12:01 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-01-28 02:12:01 UTC

XORP CVS repository


Modified files:
	rtrmgr        lex.opcmd.cc op_commands.cc op_commands.hh 
	              op_commands.ll op_commands.yy y.opcmd_tab.cc 
	              y.opcmd_tab.h 

Log message:
	Implement "%nomore_mode" operational template keyword:
	it it is used, then the output of an operation command
	is unpaged by default.
	This is needed for commands like "ping" that shouldn't
	have paged output by default.
	
	The change is based on a patch by Marat Nepomnyashy.
	
	This fixes bugzilla entry #243.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=243
	Submitted by:   Marat Nepomnyashy

Revision  Changes                                   Path
1.22      +122 -108;  commitid: 142e643dacf6f7ea6;  xorp/rtrmgr/lex.opcmd.cc
1.62      +9 -2;  commitid: 142e643dacf6f7ea6;      xorp/rtrmgr/op_commands.cc
1.37      +18 -1;  commitid: 142e643dacf6f7ea6;     xorp/rtrmgr/op_commands.hh
1.15      +4 -0;  commitid: 142e643dacf6f7ea6;      xorp/rtrmgr/op_commands.ll
1.19      +14 -0;  commitid: 142e643dacf6f7ea6;     xorp/rtrmgr/op_commands.yy
1.27      +82 -63;  commitid: 142e643dacf6f7ea6;    xorp/rtrmgr/y.opcmd_tab.cc
1.7       +6 -5;  commitid: 142e643dacf6f7ea6;      xorp/rtrmgr/y.opcmd_tab.h