Kconfig (499B)
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# DECnet netfilter configuration 4# 5 6menu "DECnet: Netfilter Configuration" 7 depends on DECNET && NETFILTER 8 depends on NETFILTER_ADVANCED 9 10config 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 17endmenu