On 08/12/2010 01:40 AM, Harald Welte wrote: =
And the other part... maybe vty_go_parent should return CMD_SUCCESS?
I don't really see anybody who uses the result of vty_go_parent(), all the callers seem to discard the return value. However, it doesn't seem right that vty_go_parent does not pass on the retunr value of the host.app_info->go_parent_cb() function.
the first part was wrong... changing the return will have no effect as you have noted...