Config.in 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. menu "Configuration"
  2. depends on PACKAGE_lldpd
  3. config LLDPD_WITH_PRIVSEP
  4. bool
  5. default y
  6. prompt "Enable privilege separation (run lldpd with a chrooted 'lldp' user)"
  7. config LLDPD_WITH_CDP
  8. bool
  9. default y
  10. prompt "Enable support for the Cisco Discovery Protocol (CDP) version 1 and 2"
  11. config LLDPD_WITH_FDP
  12. bool
  13. default y
  14. prompt "Enable support for the Foundry Discovery Protocol (FDP)"
  15. config LLDPD_WITH_EDP
  16. bool
  17. default y
  18. prompt "Enable support for the Extreme Discovery Protocol (EDP)"
  19. config LLDPD_WITH_SONMP
  20. bool
  21. default y
  22. prompt "Enable support for the SynOptics Network Management Protocol"
  23. config LLDPD_WITH_LLDPMED
  24. bool
  25. prompt "Enable LLDP-MED extension"
  26. default y
  27. config LLDPD_WITH_DOT1
  28. bool
  29. prompt "Enable Dot1 extension (VLAN stuff)"
  30. default y
  31. config LLDPD_WITH_DOT3
  32. bool
  33. prompt "Enable Dot3 extension (PHY stuff)"
  34. default y
  35. config LLDPD_WITH_CUSTOM
  36. bool
  37. prompt "Enable Custom TLVs"
  38. default y
  39. config LLDPD_WITH_JSON
  40. bool
  41. prompt "Enable JSON output for the LLDP Command-Line Interface"
  42. default n
  43. endmenu