]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3364a8f06a50c10b2e8af13d1dad81c4b6d07f8b
treeeea09368802178a64429beb656a03a2cc71e2f42
parent2507e3f078491dfac4548f5e62a46f46f83ae483
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