[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100310154101.EB84C6F101@alopias.GreenKey.net>
Date: Wed, 10 Mar 2010 07:41:01 -0800 (PST)
From: Curtis Doty <Curtis@...enKey.net>
To: Linux Network Development <netdev@...r.kernel.org>
Subject: bug: route metric signing
The metric set is not the metric displayed. I'm presuming it's a cosmetic
error in iproute2?
# ip route add 192.0.2.42 via 127.0.0.1 metric 4294967295
# ip route ls 192.0.2.42
192.0.2.42 via 127.0.0.1 dev lo metric -1
And...
# ip route add 192.0.2.42 via 127.0.0.1 metric 2147483648
# ip route ls 192.0.2.42
192.0.2.42 via 127.0.0.1 dev lo metric -2147483648
But this one appears OK...
# ip route add 192.0.2.42 via 127.0.0.1 metric 2147483647
# ip route ls 192.0.2.42
192.0.2.42 via 127.0.0.1 dev lo metric 2147483647
Test platform is Fedora 12.
# rpm -q iproute
iproute-2.6.29-4.fc12.x86_64
# rpm -q kernel
kernel-2.6.32.9-70.fc12.x86_64
../C
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists