* iproute2: no error messages for unsupported table requests
@ 2007-08-25 16:29 Martin von Gagern
0 siblings, 0 replies; only message in thread
From: Martin von Gagern @ 2007-08-25 16:29 UTC (permalink / raw)
To: netdev
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
Hi!
A while ago I've tried to configure multiple routing tables using
iproute2-2.6.20. As my kernel at that time was configured without
CONFIG_IP_MULTIPLE_TABLES this could not work. However, I got no error
message from the ip command, the route was added to the main table, and
it took me quite a while to locate the error.
From what a quick diff to 2.6.22 tells me, there seems to be no change
addressing the issue, so I guess the same would hold for that version.
Originally I had reported this issue with my distro, Gentoo:
http://bugs.gentoo.org/show_bug.cgi?id=181928
Now a Gentoo dev directed me towards this list here.
There I also posted the steps I used to reproduce the issue:
ip route add 123.45.67.89 dev ppp0 table 100
ip route show table 100
ip route show table main
Expected result:
route listed in table 100 but not listed in table main
Actual result:
route listed in table main, table 100 still empty
I now have resolved the issue for me by reconfiguring my kernel, but you
could probably save others some trouble by generating an error message
in case the kernel doesn't support multiple tables.
Greetings,
Martin von Gagern
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-25 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-25 16:29 iproute2: no error messages for unsupported table requests Martin von Gagern
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.