On Tue, 13.05.08 15:49, Stefan de Konink ([EMAIL PROTECTED]) wrote: > host The host this services is residing on. We recommend to pass NULL > here, the daemon will than automatically insert the local host name in > that case
I figure this is an except from the service registration docs? > It is strange: > > 1) Avahi doesn't allow an IP address as host It's not a limitation of Avahi. It is a limitation of DNS-SD. DNS-SD service definitions contain references to host names, not to IP addresses. Registration of IP adresses is done by Avahi itself and anyway, regardless if any services are registered or not, and regardless on which interfaces a service is registered. > 2) Ignores the host completely, and if the host is correct it will still > export *all* (public/private) IPs. (like it was NULL) Avahi registers A/AAAA records for all relevant interfaces automatically. Lennart -- Lennart Poettering Red Hat, Inc. lennart [at] poettering [dot] net ICQ# 11060553 http://0pointer.net/lennart/ GnuPG 0x1A015CC4 _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
