1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-23 16:28:30 +00:00
thatmattlove-hyperglass/hyperglass/plugins/_builtin
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
..
__init__.py feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
bgp_community.py upgrade major dependencies 2024-03-16 23:17:54 -04:00
bgp_route_arista.py logging overhaul 2024-04-01 23:42:07 -04:00
bgp_route_frr.py format and lint 2025-06-14 21:44:20 -04:00
bgp_route_huawei.py Update bgp_route_huawei.py 2025-09-13 03:21:22 -03:00
bgp_route_ip_enrichment.py feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
bgp_route_juniper.py fix logging issues 2024-06-30 23:22:46 -04:00
bgp_routestr_huawei.py Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
bgp_routestr_mikrotik.py Create bgp_routestr_mikrotik.py 2025-09-13 00:15:56 -03:00
bgptools_traceroute_enrichment.py feat: Add structured traceroute support with comprehensive IP enrichment 2025-09-28 13:48:04 +02:00
mikrotik_garbage_output.py feat: comprehensive IP enrichment and traceroute improvements 2025-10-05 21:25:58 +02:00
mikrotik_normalize_input.py Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
remove_command.py upgrade major dependencies 2024-03-16 23:17:54 -04:00
trace_route_arista.py feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
trace_route_frr.py Enhanced FRR traceroute parser for structured output 2025-10-16 16:04:30 +02:00
trace_route_huawei.py feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
trace_route_juniper.py feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
trace_route_mikrotik.py feat: comprehensive IP enrichment and traceroute improvements 2025-10-05 21:25:58 +02:00
traceroute_ip_enrichment.py feat: comprehensive IP enrichment and traceroute improvements 2025-10-05 21:25:58 +02:00