From: Eric Dumazet Date: Thu, 24 Mar 2011 07:01:24 +0000 (+0000) Subject: ipv4: fix fib metrics X-Git-Tag: v2.6.39-rc1~54^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd13f42c9d6ab7b1024b9b7125a2e8db3cc00b2;p=pandora-kernel.git ipv4: fix fib metrics Alessandro Suardi reported that we could not change route metrics : ip ro change default .... advmss 1400 This regression came with commit 9c150e82ac50 (Allocate fib metrics dynamically). fib_metrics is no longer an array, but a pointer to an array. Reported-by: Alessandro Suardi Signed-off-by: Eric Dumazet Tested-by: Alessandro Suardi Signed-off-by: David S. Miller --- Reading git-diff-tree failed