From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 17:02:44 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 065F3106564A for ; Sat, 14 Jan 2012 17:02:44 +0000 (UTC) (envelope-from alex323@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id AE8FE8FC0C for ; Sat, 14 Jan 2012 17:02:43 +0000 (UTC) Received: by qabj34 with SMTP id j34so1841151qab.13 for ; Sat, 14 Jan 2012 09:02:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=FuFlqQqCF1uhVyctRP7SNHkqMIwUwN4/rqQuILqPH84=; b=WRUZOO9vnEINGC9KuH9Mo0wEUqv6goRgHQMefkv7rVRSzEf5mByQ2B4s1g5gkd5v0B 2HJPc+Bcu2Au91wJXwdkQ051bXIo0blewt0iW+U39RxM4/PO7SmdYzzTZ5yHar9/0cxb BbUkJNb/rRTU3KY+IROJIgl0nnXiEG805QUCY= Received: by 10.224.116.144 with SMTP id m16mr7374577qaq.19.1326558959366; Sat, 14 Jan 2012 08:35:59 -0800 (PST) Received: from localhost (ool-44c14b8e.dyn.optonline.net. [68.193.75.142]) by mx.google.com with ESMTPS id df3sm24229487qab.6.2012.01.14.08.35.58 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 Jan 2012 08:35:58 -0800 (PST) Date: Sat, 14 Jan 2012 11:35:57 -0500 From: Alex To: freebsd-questions@freebsd.org Message-ID: <20120114113557.39a73eb8@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Using lagg(4) for wired and wireless networks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 17:02:44 -0000 Hi there. A portion of the documentation for link aggregation is confusing me. In example 32-3 the user is required to match the HW address of iwn0 with that of bge0. Why is this necessary? In example 32-2 this is not done. How come? -- Alex