Re: rev 244030 route command is not working

看板FB_current作者時間12年前 (2013/04/27 12:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串9/10 (看更多)
--mSxgbZZZvrAyzONB Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Artyom, can you please run route with attached patch and show output? -- Totus tuus, Glebius. --mSxgbZZZvrAyzONB Content-Type: text/x-diff; charset=koi8-r Content-Disposition: attachment; filename="route.c.diff" Index: route.c =================================================================== --- route.c (revision 244082) +++ route.c (working copy) @@ -325,6 +325,7 @@ goto fiboptlist_csv_ret; } snprintf(str, ALLSTRLEN - 1, "%d", defaultfib); + printf("%s: arg %s, ret %d, str \"%s\"\n", __func__, arg, error, str); } else str = strdup(arg); @@ -350,6 +351,7 @@ TAILQ_INSERT_TAIL(flh, fl, fl_next); } } + printf("%s: arg %s, ret %d, str \"%s\"\n", __func__, arg, error, str); fiboptlist_csv_ret: free(str); return (error); --mSxgbZZZvrAyzONB Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --mSxgbZZZvrAyzONB--
文章代碼(AID): #1HUrK8lg (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1HUrK8lg (FB_current)