From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Bucur Date: Tue, 08 Jun 2004 14:30:46 +0000 Subject: [LARTC] Routing - new table Message-Id: <40C5CD96.5000508@geniusnet.ro> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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 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/