From: Catalin Bucur <cata@geniusnet.ro>
To: lartc@vger.kernel.org
Subject: [LARTC] Routing - new table
Date: Tue, 08 Jun 2004 14:30:46 +0000 [thread overview]
Message-ID: <40C5CD96.5000508@geniusnet.ro> (raw)
Hello,
I have tested a simple thing in two version of Linux and there was a
problem when I have used fwmark as a selector for rule lookups. As you
can see below on the Slack, the <test> table doesn't have any label
about fwmark. Is there an iproute problem?
--------------------------------------
# cat /etc/fedora-release
Fedora Core release 2 (Tettnang)
# uname -r
2.6.5-1.358
# rpm -qa|grep iproute
iproute-2.4.7-14
# cat /etc/iproute2/rt_tables
5 test
# ip rule add fwmark 5 table 5
# ip ru sh
0: from all lookup local
32765: from all fwmark 0x5 lookup test
32766: from all lookup main
32767: from all lookup default
--------------------------------------
# cat /etc/slackware-version
Slackware 8.1
# uname -r
2.4.26
# ls iproute*
iproute2-2.4.7-now-ss020116-try.tar.gz
# cat /etc/iproute2/rt_tables
255 local
254 main
253 default
0 unspec
5 test
# ip rule add fwmark 5 table 5
# ip ru sh
0: from all lookup local
32765: from all lookup test
32766: from all lookup main
32767: from all lookup default
--------------------------------------
--
Catalin Bucur mailto:cata@geniusnet.ro
NOC @ Genius Network SRL - Galati - Romania
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2004-06-08 14: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=40C5CD96.5000508@geniusnet.ro \
--to=cata@geniusnet.ro \
--cc=lartc@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.