Ticket #166 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

iface issues on BSD

Reported by: zml Assigned to: lennart
Priority: major Milestone: Avahi 0.6.22
Component: avahi-autoipd Version:
Keywords: Cc:

Description

The BSD port of Avahi won't detect changes properly when an interface is given a routable address. The attached patch corrects some of this, and adds a small diagnostic to sendmsg_loop (which I was using to help with some routing issues).

Attachments

avahi_iface_bsd.patch (5.0 kB) - added by zml on 08/29/07 20:33:31.

Change History

08/29/07 20:33:31 changed by zml

  • attachment avahi_iface_bsd.patch added.

09/25/07 16:00:36 changed by lennart

  • milestone set to Avahi 0.6.22.

09/25/07 16:01:23 changed by lennart

  • status changed from new to assigned.

12/16/07 22:03:05 changed by lennart

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1591]) fix detection whether an interface has a routable address assigned on BSD. Patch from zml. Closes #166