add debug flags for arp, lldp, and snmp discovery

This commit is contained in:
Ian Gulliver
2026-01-17 21:12:21 -08:00
parent 3c8afa9bdf
commit e92a09e119
5 changed files with 29 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ type Tendrils struct {
DisableSNMP bool
LogTree bool
LogReasons bool
DebugARP bool
DebugLLDP bool
DebugSNMP bool
}
func New() *Tendrils {