[PATCH v3 0/2] Make link-local addresses resolvable via running avahi-daemon

Nikolaus Voss n.voss at weinmann.de
Tue Nov 29 08:59:14 UTC 2011


For a description, see patch 2/2.

Changes:
v3: cleanups suggested by Mike Frysinger
v2: review comments from Mike Frysinger:
      i)  added local include
      ii) code cleanup
    patch 1/2: add space for alias pointers in gethostbyaddr_r

Nikolaus Voss (2):
  gethostbyaddr_r: add space for alias pointers
  Make link-local addresses resolvable via running avahi-daemon

 extra/Configs/Config.in                          |   19 +++
 libc/inet/Makefile.in                            |    1 +
 libc/inet/avahi.c                                |  183 ++++++++++++++++++++++
 libc/inet/avahi.h                                |   33 ++++
 libc/inet/resolv.c                               |   25 +++-
 libc/sysdeps/linux/common/bits/kernel-features.h |    7 +-
 6 files changed, 261 insertions(+), 7 deletions(-)
 create mode 100644 libc/inet/avahi.c
 create mode 100644 libc/inet/avahi.h

-- 
1.7.5.4



More information about the uClibc mailing list