Re: [Cerowrt-devel] notes on going for a stable release

2014-01-15 Thread Dave Taht
On Wed, Jan 15, 2014 at 7:27 AM, David Personette wrote: > On Tue, Jan 14, 2014 at 11:11 PM, Dave Taht wrote: >> >> On Tue, Jan 14, 2014 at 7:36 AM, David Personette >> wrote: >> > On Tue, Jan 14, 2014 at 1:07 AM, Dave Taht wrote: >> there is btw, a fix for setting mcast_rates in 3.10.26-1. I h

Re: [Cerowrt-devel] notes on going for a stable release

2014-01-15 Thread Dave Taht
On Tue, Jan 14, 2014 at 3:37 AM, Christopher Robin wrote: > Thanks for these notes. As a user who's been frustrated in trying to > understand the state of CeroWrt and find a way to contribute, I find > this very helpful. I'm not sure what to make of the following though. Welcome aboard! You might

Re: [Cerowrt-devel] notes on going for a stable release

2014-01-15 Thread Jim Reisert AD1C
On Mon, Jan 13, 2014 at 11:07 PM, Dave Taht wrote: > ** Native IPv6 and dhcpv6-pd support > I am very happy with comcast's huge rollout of ipv6 across their > network. (over 25% of their base now) http://www.comcast6.net . > > Hearing that cero isn't working on comcast anymore bugs me. I don't > s

[Cerowrt-devel] ipsets in openwrt issues

2014-01-15 Thread Dave Taht
I thought ipset had sprouted full ipv6 support a while back which would make for simpler rules like this ipset create egress-ipv4 hash:net ipset add egress-ipv4 127.0.0.0/8 ipset add egress-ipv4 192.168.0.0/16 ipset add egress-ipv4 10.0.0.0/8 ipset add egress-ipv4 172.16.0.0/12 ipset add egress-

Re: [Cerowrt-devel] ipsets in openwrt issues

2014-01-15 Thread Dave Taht
On Wed, Jan 15, 2014 at 2:46 PM, Dave Taht wrote: > I thought ipset had sprouted full ipv6 support a while back > > which would make for simpler rules like this > > ipset create egress-ipv4 hash:net > > ipset add egress-ipv4 127.0.0.0/8 > ipset add egress-ipv4 192.168.0.0/16 > ipset add egress-ipv

Re: [Cerowrt-devel] notes on going for a stable release

2014-01-15 Thread Theodore Ts'o
On Tue, Jan 14, 2014 at 08:20:12AM -0500, Rich Brown wrote: > Since I kicked off this thread, let me second what David and Toke have said. > > I used the wrong word - "stable" - when I really wanted a new stake > in the ground. Our first was CeroWrt 3.7.5-2 - it was great. I used > it for a long t

[Cerowrt-devel] bcp38 via ipset

2014-01-15 Thread Dave Taht
#!/bin/sh # I am allergic to writing tons and tons of iptables rules. Perhaps # using ipsets instead would be more efficient? # a (borken) start at trying it below: ipset destroy egress-ipv4 ipset destroy egress-ipv6 ipset create bcp38-ip