From owner-freebsd-net@FreeBSD.ORG Sun Mar 11 09:06:38 2012 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 3987510656D2 for ; Sun, 11 Mar 2012 09:06:38 +0000 (UTC) (envelope-from bagadeh@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id EECB78FC1C for ; Sun, 11 Mar 2012 09:06:37 +0000 (UTC) Received: by vcmm1 with SMTP id m1so3764543vcm.13 for ; Sun, 11 Mar 2012 01:06:37 -0800 (PST) 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=Mrw0THeaW+EueNIzTs6NYujx0Yc8B7ONLYJtRjDmWRk=; b=gybvxYa7XTU23b0J7mi6M516MxmcnxVSKKtgfg0GuUCJxBlxIFOOXSSQ7TzBRGam6V PgLLU5cE8BKTkBQxFm/CpqsOS+1mJeJdDyze86p1tpQaNB6ZkKGoyzQDN6e4ykrSKZpF XxwScDybjCk82yqFhFACjVft6Val/EF5/DBeYfYJAkqHe44GqKALe0HGBSgyJL8kRqOM gwtDDq22zC/Vi3ohfqF+xlIJxqKGqPz40tIuTL3KPiTlMHE0UVpY8h387+JKOWSO8t9k Qblqb7tQE8/IolqH0ct2Cvv8FJOHoSb43AEmp7hSukGbD3AE9YARS3CFDuYowy/HkYZJ XWZA== MIME-Version: 1.0 Received: by 10.52.88.103 with SMTP id bf7mr11750039vdb.72.1331456797344; Sun, 11 Mar 2012 01:06:37 -0800 (PST) Received: by 10.220.133.77 with HTTP; Sun, 11 Mar 2012 01:06:36 -0800 (PST) Date: Sun, 11 Mar 2012 12:36:36 +0330 Message-ID: From: h bagade To: freebsd-net Content-Type: text/plain; charset=ISO-8859-1 Subject: STP on netgraph bridge node 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, 11 Mar 2012 09:06:38 -0000 Hi all, Is there any way to add STP and RSTP protocols to bridge node on netgraph? Should I implement it on the node or it has done before?