dear all

I would like to make routing decisions in my Linux router considering
the TOS-byte of the IP header. I'm using the iproute2 package and Linux
2.2.9. I tried the following:
ip rule add tos 0xb8 table 1
and I got an error like this:
RTNETLINK answer: Invalid arguments

I found out, that I can only route upan the lower 5 bits of the TOS byte
(0x1E) like it's defined in ip.h: IPTOS_TOS_MASK = 0x1E

I think I need some help...

A. Dasen
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to