From 2ea7e99ed0dcfd371fef5aeecd3de77da1dfcd4f Mon Sep 17 00:00:00 2001 From: Rob Leslie Date: Tue, 3 Mar 2009 21:37:15 -0800 Subject: reflector: Don't reflect link-local IPv4 or IPv6 addresses Modify avahi-daemon so that it doesn't advertise patently useless link-local addresses on the wrong interfaces when reflecting mDNS responses. --- avahi-core/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-core/Makefile.am') diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am index d190c66..3062cc6 100644 --- a/avahi-core/Makefile.am +++ b/avahi-core/Makefile.am @@ -143,7 +143,8 @@ dns_test_SOURCES = \ util.c util.h \ rr.c rr.h \ hashmap.c hashmap.h \ - domain-util.c domain-util.h + domain-util.c domain-util.h \ + addr-util.c addr-util.h dns_test_CFLAGS = $(AM_CFLAGS) dns_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la -- cgit