From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (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 5A5B221F2D1 for ; Thu, 11 Sep 2014 11:48:51 -0700 (PDT) Received: by mail-oa0-f50.google.com with SMTP id o6so14519216oag.37 for ; Thu, 11 Sep 2014 11:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=0VLcnHL33MUFlbK8Bc5lovjK9Tc/2ljrpW56AGv71Vo=; b=ZSPCnSZ5GSgCE2DqbqamNdCmBiSzaejcMh5aZFbK0gHNvz+GbHVbmankcochWeamXy JQJWzKwiL2iTyIs/cDBFKLc7sHgGrjBSgcMSFErgJchzJwXe1qMxo40g+O6VizTklSfu xvlvGONFYnziLPNzBhpFNdLq0P25DzPlF6It6HhDluwPtMTJ5IT8sVWBFvK0brrmj8eT Niz0FNTn2Hze2JX7W6yogO+UZd0Z1Yc5NPEr77KipqdCdoQKbY7MwvdH5gzNLFmWmRY1 yJhDWH6cdA7mLcp/mUNEO4Ymt65mWhsq7FdvgtMUmJlXbbJ69Q2qKGwfunPyXxoJ426V XF3g== MIME-Version: 1.0 X-Received: by 10.182.186.73 with SMTP id fi9mr3386472obc.0.1410461330189; Thu, 11 Sep 2014 11:48:50 -0700 (PDT) Received: by 10.202.227.76 with HTTP; Thu, 11 Sep 2014 11:48:50 -0700 (PDT) Date: Thu, 11 Sep 2014 11:48:50 -0700 Message-ID: From: Dave Taht To: "jow@openwrt.org" , Felix Fietkau , "Steven B." , "babel-users@lists.alioth.debian.org" , "cerowrt-devel@lists.bufferbloat.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Cerowrt-devel] "unreachable" feature request for openwrt /etc/config/network or /etc/config/firewall 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: Thu, 11 Sep 2014 18:49:19 -0000 I use the ip "unreachable" mechanism to export a covering route for babel in cerowrt, so I don't have to export all the /27s, just the /24, to other routers. I am presently dumping that one line of code into /etc/firewall.user e.g.: ip route add unreachable 172.30.42.0/24 proto static and running it out of /etc/config/firewall It would be nice if this worked in /etc/config/network instead and could be viewed in luci. but I was unable to get it to work there with either the ip rule or ip route mechanism. ideas? methods? --=20 Dave T=C3=A4ht https://www.bufferbloat.net/projects/make-wifi-fast