diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-08-04 03:39:22 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 14:53:42 -0700 |
commit | e1ef4bf23b1ced0bf78a1c98289f746486e5c912 (patch) | |
tree | 9085559a5bf39e2dffa33d2ae4548d7b15d27064 /net/ipv4/Kconfig | |
parent | 101367c2f8c464ea96643192673aa18d88e6336d (diff) | |
download | linux-3.10-e1ef4bf23b1ced0bf78a1c98289f746486e5c912.tar.gz linux-3.10-e1ef4bf23b1ced0bf78a1c98289f746486e5c912.tar.bz2 linux-3.10-e1ef4bf23b1ced0bf78a1c98289f746486e5c912.zip |
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 3b5d504a74b..1650b64415a 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -88,6 +88,7 @@ config IP_FIB_HASH config IP_MULTIPLE_TABLES bool "IP: policy routing" depends on IP_ADVANCED_ROUTER + select FIB_RULES ---help--- Normally, a router decides what to do with a received packet based solely on the packet's final destination address. If you say Y here, |