Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756596Ab1E1WAV (ORCPT ); Sat, 28 May 2011 18:00:21 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:36300 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753057Ab1E1WAS (ORCPT ); Sat, 28 May 2011 18:00:18 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lUKYHGtU5ctajnhirAR8T37RP16w5/Pk464bvqRkVBo+rLgdc6/OxLMY03tjdaCaSM tQ9vU1+wsbd77i+lg+Im3etpA8UEfal0mt37rKVtnKzbyMJsmr0U4cEarD+h1L0s9BQe yxV2Zsire6BifIKJGY3ZXsIZErKrkcpQgOtZM= MIME-Version: 1.0 In-Reply-To: <1306488451.2029.107.camel@i7.infradead.org> References: <1301005107.2714.113.camel@edumazet-laptop> <1301005946.2714.130.camel@edumazet-laptop> <20110324.153623.45921344.davem@davemloft.net> <1301006652.2714.145.camel@edumazet-laptop> <1306488451.2029.107.camel@i7.infradead.org> Date: Sun, 29 May 2011 00:00:17 +0200 Message-ID: Subject: Re: [PATCH] ipv4: fix fib metrics From: Alessandro Suardi To: David Woodhouse Cc: Hiroyuki Kawakatsu , Kyle Moffett , Eric Dumazet , David Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Content-Type: multipart/mixed; boundary=90e6ba6e864c04af4504a45d2e1b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2478 Lines: 60 --90e6ba6e864c04af4504a45d2e1b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, May 27, 2011 at 11:27 AM, David Woodhouse wro= te: > On Fri, 2011-03-25 at 02:25 +0100, Alessandro Suardi wrote: >> >> ...which didn't take that long - one last bugging question and I'm happi= ly >> =A0off to sleep; does ipid always come in the form of 0x followed by fou= r >> =A0bytes representing hex values ? In a perhaps inelegant but working wa= y >> =A0(I'm now writing through the VPN tunnel), >> >> =A0 sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit >> [0-9]\+//g;s/ipid 0x....//g' >> >> =A0appears to be Work For Me (TM). > > Please could I have a tested patch for vpnc-script? > > It now lives in its own repository at > git://, http://git.infradead.org/users/dwmw2/vpnc-scripts.git because > it's used by openconnect too, and has had various bug fixes for > cross-platform support and IPv6 since it was forked from vpnc. I downloaded the git version and checked - the one I use is the Fedora version which seems updated to perhaps two revisions behind git... anyway, attaching (in order to not mangle whitespace) the one-liner change that I've been using since without issues - to the point that I actually forgot having patched the script... --alessandro =A0"There's always a siren singing you to shipwreck" =A0=A0 (Radiohead, "There There") --90e6ba6e864c04af4504a45d2e1b Content-Type: application/octet-stream; name="vpnc-script.diff" Content-Disposition: attachment; filename="vpnc-script.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_go93ri2z0 LS0tIHZwbmMtc2NyaXB0cy05MjM5YmQ4L3ZwbmMtc2NyaXB0CTIwMTAtMDItMjMgMTk6MTE6NTMu MDAwMDAwMDAwICswMTAwCisrKyB2cG5jLXNjcmlwdHMtbmV3L3ZwbmMtc2NyaXB0CTIwMTEtMDUt MjggMjM6NDk6MjguMDAwMDAwMDAwICswMjAwCkBAIC0xMzksNyArMTM5LDcgQEAKIAogaWYgWyAt biAiJElQUk9VVEUiIF07IHRoZW4KIAlmaXhfaXBfZ2V0X291dHB1dCAoKSB7Ci0JCXNlZCAncy9j YWNoZS8vO3MvbWV0cmljIFw/WzAtOV1cKyBbMC05XVwrLy9nO3MvaG9wbGltaXQgWzAtOV1cKy8v ZycKKwkJc2VkICdzL2NhY2hlLy87cy9tZXRyaWMgXD9bMC05XVwrIFswLTldXCsvL2c7cy9ob3Bs aW1pdCBbMC05XVwrLy9nO3MvaXBpZCAweC4uLi4vL2cnCiAJfQogCiAJc2V0X3ZwbmdhdGV3YXlf cm91dGUoKSB7Cgo= --90e6ba6e864c04af4504a45d2e1b-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/