diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2017-10-11 20:10:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-12 22:57:11 -0700 |
commit | 12ed3772b7e11b53a58ecbd8ce258271fb148cc6 (patch) | |
tree | ec06b31386ee7a69f917154b69b4de6d22982914 /net | |
parent | 6e9c0075409d4ec1bc63558ee5a93916a6d7d16f (diff) | |
download | linux-12ed3772b7e11b53a58ecbd8ce258271fb148cc6.tar.gz linux-12ed3772b7e11b53a58ecbd8ce258271fb148cc6.tar.bz2 linux-12ed3772b7e11b53a58ecbd8ce258271fb148cc6.zip |
ip: update policy routing config help
The kernel config help for policy routing was still pointing at
an ancient document from 2000 that refers to Linux 2.1. Update it
to point to something that is at least occasionally updated.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 91a2557942fa..f48fe6fc7e8c 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -70,11 +70,9 @@ config IP_MULTIPLE_TABLES address into account. Furthermore, the TOS (Type-Of-Service) field of the packet can be used for routing decisions as well. - If you are interested in this, please see the preliminary - documentation at <http://www.compendium.com.ar/policy-routing.txt> - and <ftp://post.tepkom.ru/pub/vol2/Linux/docs/advanced-routing.tex>. - You will need supporting software from - <ftp://ftp.tux.org/pub/net/ip-routing/>. + If you need more information, see the Linux Advanced + Routing and Traffic Control documentation at + <http://lartc.org/howto/lartc.rpdb.html> If unsure, say N. |