Skip to content

Commit

Permalink
[IPV6] KCONFIG: Add subtrees support.
Browse files Browse the repository at this point in the history
This is for developers only.
Based on MIPL2 kernel patch.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Sep 22, 2006
1 parent c0bece9 commit 4e96c2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions net/ipv6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,20 @@ config IPV6_TUNNEL

If unsure, say N.

config IPV6_SUBTREES
bool "IPv6: source address based routing"
depends on IPV6 && EXPERIMENTAL
---help---
Enable routing by source address or prefix.

The destination address is still the primary routing key, so mixing
normal and source prefix specific routes in the same routing table
may sometimes lead to unintended routing behavior. This can be
avoided by defining different routing tables for the normal and
source prefix specific routes.

If unsure, say N.

config IPV6_MULTIPLE_TABLES
bool "IPv6: Multiple Routing Tables"
depends on IPV6 && EXPERIMENTAL
Expand Down

0 comments on commit 4e96c2b

Please sign in to comment.