| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # DECnet configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | config DECNET |
|---|
| 5 | 6 | tristate "DECnet Support" |
|---|
| 6 | | - ---help--- |
|---|
| 7 | + help |
|---|
| 7 | 8 | The DECnet networking protocol was used in many products made by |
|---|
| 8 | 9 | Digital (now Compaq). It provides reliable stream and sequenced |
|---|
| 9 | 10 | packet communications over which run a variety of services similar |
|---|
| .. | .. |
|---|
| 14 | 15 | <http://linux-decnet.sourceforge.net/>. |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | More detailed documentation is available in |
|---|
| 17 | | - <file:Documentation/networking/decnet.txt>. |
|---|
| 18 | + <file:Documentation/networking/decnet.rst>. |
|---|
| 18 | 19 | |
|---|
| 19 | 20 | Be sure to say Y to "/proc file system support" and "Sysctl support" |
|---|
| 20 | 21 | below when using DECnet, since you will need sysctl support to aid |
|---|
| .. | .. |
|---|
| 28 | 29 | bool "DECnet: router support" |
|---|
| 29 | 30 | depends on DECNET |
|---|
| 30 | 31 | select FIB_RULES |
|---|
| 31 | | - ---help--- |
|---|
| 32 | + help |
|---|
| 32 | 33 | Add support for turning your DECnet Endnode into a level 1 or 2 |
|---|
| 33 | 34 | router. This is an experimental, but functional option. If you |
|---|
| 34 | 35 | do say Y here, then make sure that you also say Y to "Kernel/User |
|---|
| .. | .. |
|---|
| 39 | 40 | filtering" option will be required for the forthcoming routing daemon |
|---|
| 40 | 41 | to work. |
|---|
| 41 | 42 | |
|---|
| 42 | | - See <file:Documentation/networking/decnet.txt> for more information. |
|---|
| 43 | + See <file:Documentation/networking/decnet.rst> for more information. |
|---|