[Xorp-cvs] XORP cvs commit: xorp/cli/tools

Andrea Bittau abittau at icir.org
Thu Oct 9 10:51:24 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	abittau at chum.icir.org	2008-10-09 17:51:24 UTC

XORP CVS repository


Modified files:
	cli/tools     Makefile.am Makefile.in 

Added files:
	cli/tools     cli_generic.cc 

Log message:
	A "generic" program for displaying information returned by XRLs.  It supports
	iterating through XRLs to obtain multiple sets of information.  Immagine the
	following XRLs:
	a) get_list_of_ids -> ids:list
	b) get_info ? id:u32 -> info:txt
	
	The program can be used to iterate through all the IDs and display the info for
	each ID.  Anyway, this is my (probably futile) attempt at trying to avoid having
	to code a new tool for every different show command and XORP process.

Revision  Changes                                Path
1.4       +9 -2;  commitid: 14d4e48ee449a41a7;   xorp/cli/tools/Makefile.am
1.16      +19 -3;  commitid: 14d4e48ee449a41a7;  xorp/cli/tools/Makefile.in
1.1       +574 -0                                xorp/cli/tools/cli_generic.cc (new)



More information about the Xorp-cvs mailing list