GNU Linux-libre 5.19-rc6-gnu
[releases.git] / net / decnet / netfilter / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # DECnet netfilter configuration
4 #
5
6 menu "DECnet: Netfilter Configuration"
7         depends on DECNET && NETFILTER
8         depends on NETFILTER_ADVANCED
9
10 config DECNET_NF_GRABULATOR
11         tristate "Routing message grabulator (for userland routing daemon)"
12         help
13           Enable this module if you want to use the userland DECnet routing
14           daemon. You will also need to enable routing support for DECnet
15           unless you just want to monitor routing messages from other nodes.
16
17 endmenu