On Mon, 18.02.08 10:28, Matt Darland ([EMAIL PROTECTED]) wrote: > Hi all, > > Is there a way through avahi to create a name that may be owned(shared?) by > more than one machine? I'm looking at the AvahiPublishFlags, but it doesn't > look like those will do quite what I want.
Yes, this works. Just register your RR and don't pass AVAHI_PUBLISH_UNIQUE. i.e. the default way to register RRs is "shared" and what you are looking for. 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
