opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Update OpenWRT wrapper to have smarter bridge support #44

Closed jheretic closed 10 years ago

jheretic commented 10 years ago

Ideally, interfaces other than the mesh backhaul should incorporate a per-network bridge, so that all client networks can be part of the same bridge by default rather than having their own subnets. This is chiefly a challenge with dynamically pluggable interfaces, as this places bridge creation/destruction out of step with the rest of OpenWRT's interface initialization.

jheretic commented 10 years ago

This has been implemented in the plugins branch, soon to be merged to master.