And is at:<br><br><a href="http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.8.13-7/">http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.8.13-7/</a><br><br>I've had it up and running a few days on a couple routers,<br>
<br>and yes, I'm still trying to take some time off but:<br><br>+ can't crash it over wifi anymore<br>+ AQM + gui is coming along, am looking at gargoyle's methods a bit now...<br><br>- Known bug: 6in4 does not work via the gui or openwrt config file - this bug has existed for about a month now<br>
and I haven't looked into it. I did look into fixing fq_codel performance under 6in4, and that patch is in here,<br>so after a bit more testing I'll try to get that upstream...<br><br>- the results I get from 802.11e are even more dismal than usual when the VI and VO queues are in full use.<br>
+ For purely best effort wifi traffic, things look pretty good.<br><br>I am seriously considering disabling 802.11e negotiation in the next release.<br><br>I did prove 6in4 is working with the std-from-hurricane-electric script, so it's a bug in netifd, cero's config, or elsewhere at the openwrt level...<br>
<br>modprobe ipv6<br>ip tunnel add he-ipv6 mode sit remote $the_he_tunnel  local $my_local_ip ttl 255 tos inherit<br><br># Note that I don't know if openwrt turns on tos inherit or not, btw, need to look into it. It's potentially useful<br>
<br>ip link set he-ipv6 up<br>ip addr add $mylink/64 dev he-ipv6<br>ip route add ::/0 dev he-ipv6<br>ip -f inet6 addr<br><br clear="all"><br>-- <br>Dave Täht<br><br>Fixing bufferbloat with cerowrt: <a href="http://www.teklibre.com/cerowrt/subscribe.html" target="_blank">http://www.teklibre.com/cerowrt/subscribe.html</a>