O. Hartmann - 2025-02-07

Checking the mDNS process with truss gives me some strange results which might be usefull:

truss -fade -p 5223

[...]
5223: 1.239141331 __sysctl("net.routetable.0.0.5.0",6,0x0,0x820bee748,0x0,0) = 0 (0x0)
5223: 1.239181244 __sysctl("net.routetable.0.0.5.0",6,0x11ffa8809000,0x820bee748,0x0,0) = 0 (0x0)
5223: 1.239211063 socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 14 (0xe)
5223: 1.239235239 ioctl(14,SIOCGIFINDEX,0x820bee7c0) ERR#6 'Device not configured'
5223: 1.239258685 close(14) = 0 (0x0)