From owner-freebsd-net@FreeBSD.ORG Fri May 2 20:53:36 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73D4E597 for ; Fri, 2 May 2014 20:53:36 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10E7F1A0F for ; Fri, 2 May 2014 20:53:35 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id hi5so2030468wib.5 for ; Fri, 02 May 2014 13:53:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QaJffN3H2tDpyz9w8qhF480kcdsf7tCwrO2ROxD6EFo=; b=Sfjjye6MMV8cC6h11mTuio3E85TBfXjBnqBC0TuIo4SSeBJajUCY7LPZSOkHuGa5fh ChfhBPjwfKmjZh7QBXITnOp2fPmhY83WfogrviKGlYsSu7OlXvF+5X3qjcXF1d/qjxx4 xWqntLOGj9upfKkf18kEozhwnSFXWzoGYZL6i5F2CVOnAF93WFV+fUdWObKoVCOjACG9 e23phlU5/4HZej7jm0XxWXdec3SyTHL+mVqpt2RWWo5hVKxHO8GCzFN7TwDqpABpJsh0 1UgrhFUPmqSKJeMl7tiDPs9SJdX4MaSqYLThACYITjp/bqYC2LbD6JMRon6oUOCrRRuG 2a9g== MIME-Version: 1.0 X-Received: by 10.194.1.242 with SMTP id 18mr15888134wjp.22.1399064014019; Fri, 02 May 2014 13:53:34 -0700 (PDT) Received: by 10.216.241.73 with HTTP; Fri, 2 May 2014 13:53:33 -0700 (PDT) Date: Fri, 2 May 2014 23:53:33 +0300 Message-ID: Subject: bridge Untagged packets on an interface From: =?UTF-8?B?w5Z6a2FuIEtJUklL?= To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 20:53:36 -0000 Hi, Assume that default vlan untagged and VLAN 10, 20, 30, 40 tagged on switch connected to em0 interface. i am trying to bridge only untagged frames on em0 with em1. Does if_vlan handle untagged frames? # ifconfig em0.0 create ifconfig: SIOCIFCREATE2: Invalid argument Any ideas? Best regards,