Split LLDP code into separate file and refactor interface tracking

This commit is contained in:
Ian Gulliver
2025-11-28 15:44:28 -08:00
parent 1073d0a267
commit b85925f644
3 changed files with 70 additions and 58 deletions

View File

@@ -2,4 +2,6 @@
- Use e.g. map[string]bool{} instead of make() wherever possible
- Use all-lowercase log messages
- Prepend log messages with [ERROR] if applicable
- Don't mention claude in commit messages. Keep them to a single, short, descriptive sentence
- 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