Add neighbor tracking system with LLDP integration

This commit is contained in:
Ian Gulliver
2025-11-29 20:36:45 -08:00
parent b85925f644
commit 5dbdc0a408
4 changed files with 200 additions and 1 deletions

View File

@@ -4,4 +4,5 @@
- Prepend log messages with [ERROR] if applicable
- Don't mention claude in commit messages. Keep them to a single, short, descriptive sentence
- Always push after commiting
- Use git add -A so you don't miss files when committing
- Use git add -A so you don't miss files when committing
- Never use go build -- use go run instead