From owner-freebsd-net@FreeBSD.ORG Sun Oct 21 11:08:22 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B50CBED; Sun, 21 Oct 2012 11:08:22 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id C7F2F8FC0A; Sun, 21 Oct 2012 11:08:21 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id q9LB8HLC030660; Sun, 21 Oct 2012 18:08:17 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <5083D79C.4010309@rdtc.ru> Date: Sun, 21 Oct 2012 18:08:12 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Nikolay Nevzorov Subject: Re: kern/171520: [alc] alc network driver + tso + vlan does not work. References: <201210180141.q9I1f53s052539@freefall.freebsd.org> <50830F8B.4030204@rdtc.ru> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, yongari@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 11:08:22 -0000 21.10.2012 12:19, Nikolay Nevzorov wrote: > There is libalias in my kernel config, and i use it on ng0, not on alc0. And libalias used not in ipfw - netgraph with it builded by mpd. Anyway this bug? AFAIK, mpd uses ng_nat(4) that is based on kernel version of libalias, the same as ipfw nat is based on. So, the warning applies to mpd's internal NAT too. I guess this should be a culprit. Can you exclude NAT to perform "clean" experiment? Does the issue disappear when you do? Eugene Grosbein