[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130502.171013.1977432139945346146.davem@davemloft.net>
Date: Thu, 02 May 2013 17:10:13 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: jch@....jussieu.fr
Cc: netdev@...r.kernel.org
Subject: Re: RTA_SRC doesn't work?
Actually, you're right, RTA_SRC is for source based routing.
But you can only do source based routing using FIB rules, the
normal routing tables (which are hung off of the rules) do not
have source keys in them. They are keyed only by destination
address.
Only the FIB rules support source address keying.
So you will need to use multiple routing table to route by source
address.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists