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

Pavlin Radoslavov pavlin@icir.org
Fri, 22 Jul 2005 19:01:24 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-07-22 19:01:24 UTC

XORP CVS repository


Modified files:
	rtrmgr        boot.yy y.boot_tab.cc 

Log message:
	Modify the configuration parser to accept literals that are strings
	surrounded by " " quotes.
	This allows us to specify, say, an interface name that contains spaces.
	E.g.:
	
	interfaces {
	    interface "Friendly interface name" {
	        description: "primary"
	        vif eth65540 {
	            address 10.10.10.10 {
	                prefix-length: 24
	            }
	        }
	    }
	}
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=141

Revision  Changes                                  Path
1.21      +1 -0;  commitid: 102342e141f27ea6;      xorp/rtrmgr/boot.yy
1.24      +108 -101;  commitid: 102342e141f27ea6;  xorp/rtrmgr/y.boot_tab.cc