Re: [PATCH] ipv4: fix fib metrics
From: David Woodhouse <dwmw2@infradead.org>
Date: 2011-05-27 09:27:36
Also in:
lkml
From: David Woodhouse <dwmw2@infradead.org>
Date: 2011-05-27 09:27:36
Also in:
lkml
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 happily off to sleep; does ipid always come in the form of 0x followed by four bytes representing hex values ? In a perhaps inelegant but working way (I'm now writing through the VPN tunnel), sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g;s/ipid 0x....//g' appears 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. -- dwmw2