From owner-freebsd-net@FreeBSD.ORG Sun Dec 4 06:44:32 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1C4B106566B for ; Sun, 4 Dec 2011 06:44:32 +0000 (UTC) (envelope-from ptyll@nitronet.pl) Received: from mail.nitronet.pl (smtp.nitronet.pl [195.90.106.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3828FC13 for ; Sun, 4 Dec 2011 06:44:32 +0000 (UTC) Received: from mailnull by mail.nitronet.pl with virscan (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RX501-000DZf-H4 for freebsd-net@freebsd.org; Sun, 04 Dec 2011 06:52:29 +0100 Date: Sun, 4 Dec 2011 06:52:21 +0100 From: Pawel Tyll X-Priority: 3 (Normal) Message-ID: <307826129.20111204065221@nitronet.pl> To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: Nitronet.pl X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ptyll@nitronet.pl X-SA-Exim-Scanned: No (on mail.nitronet.pl); SAEximRunCond expanded to false Subject: VLAN and LLADDR. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Dec 2011 06:44:32 -0000 Hi list, Having a different MAC address on vlan interface and parent interface requires enabling promiscuous mode. Is this a bug, or is it working as intended? Will leaving promiscuous mode enabled indefinitely hurt performance on gigabit em interface?