[LARTC] ip route, rule and TOS

Francois-Xavier Le Bail fx.lebail@free.fr
Wed, 19 Jan 2005 18:09:34 +0100


Hello,

if I use :

# ip rule add tos reliability iif lo lookup table_1
# ip route add default via <@IP> table table_1

It seems that the response packets for the ones send with a TOS of "reliability"
need to have the same TOS or they are drop by the kernel (2.4.25).

Why ?

Francois-Xavier