traceroute6 -g (gateway) option throws error

If inet6_rth_init() is called with buffer_ptr, type_0 header, 0 segments, wouldn't we meet this condition
Code:
 342                 /* Don't exceed the number of stated segments */
 343                 if (rth0->ip6r0_segleft == (rth0->ip6r0_len / 2))
 344                         return (-1);
every time?
 
Keep in mind that this is mainly a user forum. There are very few FreeBSD developers on here. If you really want to know what's going on you should use the freebsd-net@ mailing list.
 
Back
Top