[Bug 9146] ntpd uses wrong IP address in reply to query

bugzilla at busybox.net bugzilla at busybox.net
Mon Aug 15 00:13:00 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=9146

--- Comment #3 from Stijn Tintel <stijn+busybox at linux-ipv6.be> ---
This is on LEDE, currently using musl libc v1.1.15. It provides IP_PKTINFO in
netinet/in.h [1], which is only included on FreeBSD, OpenBSD and Apple.

It also happened a on OpenWrt at the time it was still using uClibc by default.
In uClibc, IP_PKTINFO is defined in
https://git.uclibc.org/uClibc/tree/libc/sysdeps/linux/common/bits/in.h

Is this something you are willing to fix, or do we need to patch it in LEDE?

[1]
http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h?h=v1.1.15&id=faf69b9a73d09fafcbe4fd3007b8d8724293d8e1#n182

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list