Date: Mon, 20 Jul 2009 12:20:55 -0700 From: Sam Leffler <sam@errno.com> To: Rui Paulo <rpaulo@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r195784 - in head: sbin/ifconfig sys/net80211 Message-ID: <4A64C397.6080902@errno.com> In-Reply-To: <200907201912.n6KJC8MB086115@svn.freebsd.org> References: <200907201912.n6KJC8MB086115@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Rui Paulo wrote: > Author: rpaulo > Date: Mon Jul 20 19:12:08 2009 > New Revision: 195784 > URL: http://svn.freebsd.org/changeset/base/195784 > > Log: > More mesh bits, namely: > * bridge support (sam) > * handling of errors (sam) > * deletion of inactive routing entries > * more debug msgs (sam) > * fixed some inconsistencies with the spec. > * decap is now specific to mesh (sam) > * print mesh seq. no. on ifconfig list mesh > * small perf. improvements Note you can now build a MeshAP by doing something like: ifconfig wlan create wlandev ath0 wlanmode mesh ifconfig wlan create wlandev ath0 wlanmode ap ifconfig bridge create ifconfig bridge0 addm wlan0 addm wlan1 (+more config stuff...). Or you can use two devices if the driver doesn't support multi-bss. Similarly you can bridge mesh+wired to build a MeshPortal (modulo the mesh protocol bits). Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A64C397.6080902>