From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id D404421F0F2 for ; Mon, 21 Oct 2013 18:34:32 -0700 (PDT) Received: by mail-pb0-f51.google.com with SMTP id wz7so3086374pbc.24 for ; Mon, 21 Oct 2013 18:34:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=dcIPeKALq+uBewD2daIVttVrG8q7sXsfkRZNTbjNyPM=; b=f+9xboOoB+fAaZ+3pKNP1TjNVii/cVZ6jh+KrYOAagn/HHQgqzIGtnfXYUPMi/2+A1 wbqiUGOtsWHpgxlB/or9f1kvRgiyUmKBNVC5T8AI08S5ssXNANv5QpNyqvq68OXDuXpO BuCrxQ8IDy+eZCLV8nIt1Yxj3cqOrM90D3+Wmw7JpWfQgqM8R6GcY6efo6hf6pdoIVae 4pnJN7V78GqoI+haNaHkyPDEMBF5z9d93heXuPdHdNlVSptfV0/sZ82nX4bbUyNlh9Ow FrCXqadz5Qa2dCIRRl1NryjSOaUmb09x9MsapFH85dDgfIrtt4KMHmOBAeeFx4ZDrZyj hq2w== X-Gm-Message-State: ALoCoQnaZgk2IhjMh021DxvxEP8cs/bFN6cKoHnhfIUz7apJsMlw6zUWzYpXL+LcLPIDRETaGjWN X-Received: by 10.68.244.130 with SMTP id xg2mr20374252pbc.13.1382405672283; Mon, 21 Oct 2013 18:34:32 -0700 (PDT) Received: from nehalam.linuxnetplumber.net (static-50-53-83-51.bvtn.or.frontiernet.net. [50.53.83.51]) by mx.google.com with ESMTPSA id y5sm23776861pbs.18.2013.10.21.18.34.31 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 21 Oct 2013 18:34:31 -0700 (PDT) Date: Mon, 21 Oct 2013 18:34:29 -0700 From: Stephen Hemminger To: Dave Taht Message-ID: <20131021183429.4c79d8d8@nehalam.linuxnetplumber.net> In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] cerowrt 3.10.17-3 released X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 01:34:33 -0000 On Mon, 21 Oct 2013 14:04:24 -0700 Dave Taht wrote: > On Mon, Oct 21, 2013 at 1:45 PM, Dave Taht wrote: > > + this fixes the lighttppd bug noted in -2. > > + has support for signed packages > > + better random support > > + tested long enough to check for the -2 regression > > > > - doesn't do https yet > > - still abuses rc.local for starting up late daemons > > - sysupgrade still busted, please use this to upgrade: > > > > mtd -r write openwrt-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin > > firmware # but with the correct firmware name > > > > Get it at: > > > > http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.17-3/ > > > > > > -- > > Dave T=E4ht >=20 > Also, I added optional support for the mildly misnamed port-mirroring pac= kage >=20 > http://code.google.com/p/port-mirroring/ >=20 > It's not very fast so I don't think it's useful for much on this arch. >=20 > I have tagged and pushed out the sources for this release also. There > are very few things left that are truly bothersome (besides > sysupgrade), and most are landing this week (notably pie). > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel This is the slowest way to implement SPAN, in userspace using libpcap. The fastest is to use tc mirred action but no one seems to know about it.