ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / net / decnet / Kconfig
1 #
2 # DECnet configuration
3 #
4 config DECNET_SIOCGIFCONF
5         bool "DECnet: SIOCGIFCONF support"
6         depends on DECNET
7         help
8           This option should only be turned on if you are really sure that
9           you know what you are doing. It can break other applications which
10           use this system call and the proper way to get the information
11           provided by this call is to use rtnetlink.
12
13           If unsure, say N.
14
15 config DECNET_ROUTER
16         bool "DECnet: router support (EXPERIMENTAL)"
17         depends on DECNET && EXPERIMENTAL
18         ---help---
19           Add support for turning your DECnet Endnode into a level 1 or 2
20           router.  This is an experimental, but functional option.  If you
21           do say Y here, then make sure that you also say Y to "Kernel/User
22           network link driver", "Routing messages" and "Network packet
23           filtering".  The first two are required to allow configuration via
24           rtnetlink (you will need Alexey Kuznetsov's iproute2 package
25           from <ftp://ftp.tux.org/pub/net/ip-routing/>). The "Network packet
26           filtering" option will be required for the forthcoming routing daemon
27           to work.
28
29           See <file:Documentation/networking/decnet.txt> for more information.
30
31 config DECNET_ROUTE_FWMARK
32         bool "DECnet: use FWMARK value as routing key (EXPERIMENTAL)"
33         depends on DECNET_ROUTER && NETFILTER
34         help
35           If you say Y here, you will be able to specify different routes for
36           packets with different FWMARK ("firewalling mark") values
37           (see ipchains(8), "-m" argument).
38