summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorThomas Graf2006-08-04 12:38:38 +0200
committerDavid S. Miller2006-09-22 23:53:40 +0200
commit14c0b97ddfc2944982d078b8e33b088840068976 (patch)
tree41109287d7e143da29b4bc8742040582af17d870 /net/Kconfig
parent[IPV6]: Multiple Routing Tables (diff)
downloadkernel-qcow2-linux-14c0b97ddfc2944982d078b8e33b088840068976.tar.gz
kernel-qcow2-linux-14c0b97ddfc2944982d078b8e33b088840068976.tar.xz
kernel-qcow2-linux-14c0b97ddfc2944982d078b8e33b088840068976.zip
[NET]: Protocol Independant Policy Routing Rules Framework
Derived from net/ipv/fib_rules.c Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index eb855b7fa642..6528a935622c 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -251,6 +251,9 @@ config WIRELESS_EXT
source "net/netlabel/Kconfig"
+config FIB_RULES
+ bool
+
endif # if NET
endmenu # Networking