From mboxrd@z Thu Jan 1 00:00:00 1970 From: OGAWA Hirofumi Subject: problem of "ipv4: revert Set rt->rt_iif more sanely on output routes." Date: Tue, 05 Apr 2011 22:05:10 +0900 Message-ID: <87oc4kj1bt.fsf@devron.myhome.or.jp> Mime-Version: 1.0 Content-Type: text/plain Cc: netdev@vger.kernel.org To: David Miller Return-path: Received: from mail.parknet.co.jp ([210.171.160.6]:44950 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401Ab1DENY5 (ORCPT ); Tue, 5 Apr 2011 09:24:57 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi, ipv4: Set rt->rt_iif more sanely on output routes. (1018b5c01636c7c6bda31a719bda34fc631db29a) The above patch seems to be caused of avahi breakage. I'm not debugging fully though, avahi is using IP_PKTINFO and checking in_pktinfo->ipi_ifindex > 0. And if I reverted above patch, it seems to fix avahi's IP_PKTINFO problem. Ideas? Thanks. -- OGAWA Hirofumi