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

Pavlin Radoslavov pavlin@icir.org
Mon, 14 Nov 2005 09:49:30 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-11-14 09:49:30 UTC

XORP CVS repository


Modified files:
	rtrmgr        conf_tree_node.cc 

Log message:
	Reverse-back the previous commit that attempted to fix bugzilla #211,
	because it creates some other issues. E.g., the following sequence
	of commands will fail:
	
	create interfaces interface eth1 vif eth1
	commit
	delete interfaces interface eth1 vif eth1
	commit
	
	Failed to expand XRL xrl $(interfaces.targetname)/ifmgr/0.1/delete_vif?tid:u32=$(interfaces.TID)&ifname:txt=$(interface.@)&vif:txt=$(@): failed to expand variable1 "$(@)" associated with node "eth1"[edit]
	
	Bugzilla URL:    http://www.xorp.org/bugzilla/show_bug.cgi?id=211

Revision  Changes                                Path
1.101     +10 -37;  commitid: 78bc43785d027ea6;  xorp/rtrmgr/conf_tree_node.cc