On 2019-05-09 14:38, Gleb Smirnoff wrote:
> On Thu, May 09, 2019 at 02:32:44PM -0400, Michael Butler wrote:
> M> (kgdb) frame 8
> M> #8 0xffffffff80a15377 in ip_output (m=<value optimized out>, opt=<value
> M> optimized out>, ro=0x0, flags=0, imo=0xfffffe0072b14780, inp=0x0) at
> M> /usr/src/sys/netinet/ip_output.c:362
> M> 362 IFP_TO_IA(ifp, ia, &in_ifa_tracker);
> M> (kgdb) print imo
> M> $1 = (struct ip_moptions *) 0xfffffe0072b14780
> M> (kgdb) print ifp
> M> $2 = (struct ifnet *) 0xfffff80004110000
> M> (kgdb) print ia
> M> $3 = <value optimized out>
> ...
>
> This all looks good.
>
> Can you please traverse the 'in_ifaddrhead' linked list?
To close the loop on this - it's now fixed by SVN r347466,
Thanks!
imb
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"