Files
Ikraam GhoorandClaude Opus 5 41479a9764 Fixed fabricated MAC address sent when detection fails
Auto-detection relies on Linux wireless ioctls and returns nothing on
platforms that lack them. Falling back to 00:00:00:00:00:00 meant those
devices asserted an identity that belongs to no one, where before the
MAC header existed they simply sent nothing at all.

A nil value drops the key from the request table, restoring that
behaviour. A server that ignores the header is unaffected either way,
and one that reads it now gets silence instead of a wrong answer.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-03 10:17:42 +02:00
..