Bugs item #1932404, was opened at 2008-04-02 18:41 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1932404&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: ver 1.3.x Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Carsten Bock (carstenbock) >Assigned to: Bogdan-Andrei Iancu (bogdan_iancu) Summary: append_branch should push path-vector into branch Initial Comment: Hi, is there any reason, why append_branch(called from the config) will not push the path-vector (msg->path_vec) into the branch? I have the following scenario: $rU = "alice"; lookup(); # Path vector is filled with info for alice append_branch(); $rU = "bob"; lookup(); # Path vector is filled with info for bob t_relay(); In this case, only the path-information for bob is used and the path information for alice is ignored. Attached patch will push the path-information into the branch. Carsten ---------------------------------------------------------------------- >Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2008-04-04 12:43 Message: Logged In: YES user_id=1275325 Originator: NO Hi Carsten, How do you push the path info into the msg? afaik, only usrloc module does this, right? Regards, Bogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1932404&group_id=139143 _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel