From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 A002221F5B8 for ; Thu, 18 Jun 2015 18:35:36 -0700 (PDT) Received: by oiyy130 with SMTP id y130so53210742oiy.0 for ; Thu, 18 Jun 2015 18:35:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NhWePZuehrgb8gfCu8BPMqwADy57LHEPUPkO9xxEBQQ=; b=OvREc3mHpZM3joQlo7etITTaBKuj25MnPs0pJoxCHWpKn3HyZVu9fS8C/y6Xr2jw3A tO3b5KiyQLJRL+a/qC0VKHRJ6v1xr8vewy0J//XkS74d3sVRChFMjL0jkQLXdqMDvfqR eRWmgICZ6RfUBJk8lUj772UverM8o4CxEmNHZ6OQz+BYNEqR+j6S0oHQJDYImSPAcVHh V7W2OpzBNpPaXGueZfurzImZkphXiamG43Lk9ygHrg7Qd/E63m68yrvXfUEIjqYJMgB8 14zKQ2zhQMmMCuuTi4ZzhtyGTjnl8yyGyv1Om/fvUv94luiOxmADqOPDkZqq6gHytLSZ n8xQ== MIME-Version: 1.0 X-Received: by 10.60.157.99 with SMTP id wl3mr5553982oeb.39.1434677735398; Thu, 18 Jun 2015 18:35:35 -0700 (PDT) Received: by 10.202.105.129 with HTTP; Thu, 18 Jun 2015 18:35:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jun 2015 18:35:35 -0700 Message-ID: From: Dave Taht To: "cerowrt-devel@lists.bufferbloat.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [Cerowrt-devel] dhcp-pd and source specific routing on debian 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: Fri, 19 Jun 2015 01:36:04 -0000 I retract that. The default scripts flush the existing addresses every 30 seconds. That would be fine if I wasn't also getting a long duration address from RA that also gets flushed. Feeding this into dns every 30 seconds is not fun either... The route stuff is fixible using a proto and a replace rather than "add"... a replace does an add if not found, and otherwise updates the lifetime. (ideas borrowed from the hnetd code)