Kconfig 459 B

12345678910111213141516
  1. #
  2. # DECnet netfilter configuration
  3. #
  4. menu "DECnet: Netfilter Configuration"
  5. depends on DECNET && NETFILTER
  6. depends on NETFILTER_ADVANCED
  7. config DECNET_NF_GRABULATOR
  8. tristate "Routing message grabulator (for userland routing daemon)"
  9. help
  10. Enable this module if you want to use the userland DECnet routing
  11. daemon. You will also need to enable routing support for DECnet
  12. unless you just want to monitor routing messages from other nodes.
  13. endmenu