svn commit: r195784 - in head: sbin/ifconfig sys/net80211
Sam Leffler
sam at errno.com
Mon Jul 20 19:47:58 UTC 2009
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
More information about the svn-src-head
mailing list