Config.in 960 B

12345678910111213141516171819202122232425262728293031
  1. config ADK_COMPILE_PMACCT
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_PMACCTD || ADK_PACKAGE_PMACCT_CLIENT || ADK_PACKAGE_SFACCTD || ADK_PACKAGE_NFACCTD
  5. config ADK_PACKAGE_PMACCTD
  6. prompt "pmacctd....................... IP accounting daemon (libpcap based)"
  7. tristate
  8. default n
  9. help
  10. An IPv4/IPv6 libpcap-based accounting and aggregation daemon
  11. config ADK_PACKAGE_NFACCTD
  12. prompt "nfacctd....................... Netflow accounting and aggregation daemon"
  13. tristate
  14. select ADK_PACKAGE_LIBPCAP
  15. help
  16. An IPv4/IPv6 libpcap-based accounting and aggregation daemon
  17. config ADK_PACKAGE_SFACCTD
  18. prompt "sfacctd....................... sFlow accounting and aggregation daemon"
  19. tristate
  20. select ADK_PACKAGE_LIBPCAP
  21. help
  22. An IPv4/IPv6 libpcap-based accounting and aggregation daemon
  23. config ADK_PACKAGE_PMACCT_CLIENT
  24. prompt "pmacct-client................... Command-line client to gather data from the IMT plugin"
  25. tristate
  26. default n
  27. help