mdnsd: interface: enable looped back messages
authorEyal Birger <eyal.birger@gmail.com>
Sun, 22 May 2016 09:20:43 +0000 (12:20 +0300)
committerJohn Crispin <john@phrozen.org>
Mon, 23 May 2016 07:26:42 +0000 (09:26 +0200)
commit8a70b2b47dd328f8180e5ecaa7bdc817f574a81b
treea0bf2d2625122ac04e4efea73105da14600f8b78
parentae8773477c31b741ba8b47f8898e4c0a1c834b85
mdnsd: interface: enable looped back messages

When the IP_MULTICAST_LOOP/IPV6_MULTICAST_LOOP socket options are not enabled,
locally generated queries are ignored by mdnsd; This prevents local
applications from being able to discover locally published services.

Signed-off-by: Eyal Birger <eyal.birger@gmail.com>
interface.c