Re: [BISECTED] Linux 3.2: Networking out of LAN does not work
From: David Miller <davem@davemloft.net> Date: 2012-01-26 02:42:10
From: Eric Dumazet <redacted>
Date: Wed, 25 Jan 2012 12:05:31 +0100
OK please test the following patch.
[PATCH] net: use index hash for /proc/net/dev
Sorry, we never promised to list devices in any particular order,
any such dependency is a bug and must be fixed instead of papered
around by the kernel.
This same issue came up for routes too once we deleted fib_hash
and fib_trie listed them in a different order.
I'm not applying this.