Commit 0443c70c authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[IPV4]: Fix some stray IP_ROUTE_TOS references.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9970b811
...@@ -60,12 +60,8 @@ config IP_MULTIPLE_TABLES ...@@ -60,12 +60,8 @@ config IP_MULTIPLE_TABLES
Normally, a router decides what to do with a received packet based 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, solely on the packet's final destination address. If you say Y here,
the Linux router will also be able to take the packet's source the Linux router will also be able to take the packet's source
address into account. Furthermore, if you also say Y to "Use TOS address into account. Furthermore, the TOS (Type-Of-Service) field
value as routing key" below, the TOS (Type-Of-Service) field of the of the packet can be used for routing decisions as well.
packet can be used for routing decisions as well. In addition, if
you say Y here and to "Fast network address translation" below,
the router will also be able to modify source and destination
addresses of forwarded packets.
If you are interested in this, please see the preliminary If you are interested in this, please see the preliminary
documentation at <http://www.compendium.com.ar/policy-routing.txt> documentation at <http://www.compendium.com.ar/policy-routing.txt>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment