From c1e89aba4d1bfa721031347dbb9144007ccc2cac Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Jun 2014 11:43:34 +0000 Subject: mdns: add the new openwrt mdns daemon this is still wip, you can use the following ubus calls. ubus call mdns scan # triggers a scan ubus call mdns browse # look at the currenlty cached records ubus call mdns hosts # look at the currenlty cached hosts TODO - ipv6, currenlty AAAA records are handled but only on v4 sockets - finish the service announce code Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41345 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/mdns/files/mdns.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package/network/services/mdns/files/mdns.config (limited to 'package/network/services/mdns/files/mdns.config') diff --git a/package/network/services/mdns/files/mdns.config b/package/network/services/mdns/files/mdns.config new file mode 100644 index 0000000000..d64ba6768c --- /dev/null +++ b/package/network/services/mdns/files/mdns.config @@ -0,0 +1,2 @@ +config mdns + list network lan -- cgit v1.2.3