1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-22 15:58:40 +00:00
thatmattlove-hyperglass/hyperglass/plugins
Wilhelm Schonfeldt 0a3334f2bb
Enhanced FRR traceroute parser for structured output
- Updated FRR traceroute parser to handle new simplified output format
- Added comprehensive regex patterns for various traceroute line formats
- Improved hop parsing with support for timeouts, hostnames, and multiple RTTs
- Enhanced IP address validation and hostname handling
- Added detailed debug logging for troubleshooting
- Cleaned up duplicate hop handling and sorting
- Maintained backward compatibility with existing traceroute output
- Removed experimental MTR functionality that had timeout issues
- Restored all BGP directives (BGP, BGPRoute, BGPCommunity, BGPASPath)
- Streamlined plugin to focus on reliable traditional traceroute parsing
2025-10-16 16:04:30 +02:00
..
_builtin Enhanced FRR traceroute parser for structured output 2025-10-16 16:04:30 +02:00
external Fix tests 2021-10-04 01:43:02 -07:00
tests format and lint 2025-06-14 21:44:20 -04:00
__init__.py replace flake8 with ruff for linting, refactor issues 2022-12-24 17:53:05 -05:00
_base.py upgrade major dependencies 2024-03-16 23:17:54 -04:00
_input.py remove deprecated pydantic constr usage 2024-05-27 14:41:04 -04:00
_manager.py fix logging issues 2024-06-30 23:22:46 -04:00
_output.py logging overhaul 2024-04-01 23:42:07 -04:00
main.py Fix plugin import error 2021-12-17 20:32:08 -07:00