Artyom, can you please run route with attached patch and show output?
-- Totus tuus, Glebius.
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);
_______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"