net 03/05: fib_rules: add oif classification
authorPatrick McHardy <kaber@trash.net>
Thu, 3 Dec 2009 01:25:56 +0000 (01:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2009 20:14:36 +0000 (12:14 -0800)
commit1b038a5e60c7812f19818e8a5df96d029e49c38f
treeeea09368802178a64429beb656a03a2cc71e2f42
parent491deb24bf5bf7124141287aaf02c3219783ceab
net 03/05: fib_rules: add oif classification

commit 68144d350f4f6c348659c825cde6a82b34c27a91
Author: Patrick McHardy <kaber@trash.net>
Date:   Thu Dec 3 12:05:25 2009 +0100

    net: fib_rules: add oif classification

    Support routing table lookup based on the flow's oif. This is useful to
    classify packets originating from sockets bound to interfaces differently.

    The route cache already includes the oif and needs no changes.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/fib_rules.h
include/net/fib_rules.h
net/core/fib_rules.c