From: Martin von Gagern <Martin.vGagern@gmx.net>
To: netdev@vger.kernel.org
Subject: iproute2: no error messages for unsupported table requests
Date: Sat, 25 Aug 2007 18:29:12 +0200 [thread overview]
Message-ID: <46D058D8.3030206@gmx.net> (raw)
[-- 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 --]
reply other threads:[~2007-08-25 17:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46D058D8.3030206@gmx.net \
--to=martin.vgagern@gmx.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.