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

Add IPv6 Support #50

Open areynold opened 10 years ago

areynold commented 10 years ago

The auto-generation of IPv4 addresses on both the mesh and client networks is a kludge, which has the potential for collision on a large enough network. The ideal would be to use IPv6 address autoconfiguration on the mesh backhaul by default, and have the option for IPv6 connectivity on all of the client networks.

(Was Issue 89 on code.commotionwireless.net)

glamrock commented 10 years ago

As of Attitude Adjustment 12.09.1, there's native support for IPv6 with package ipv6-support. Would it perhaps be better to upgrade OpenWrt entirely?