mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-23 16:28:30 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bgp_community.py | ||
| bgp_route_arista.py | ||
| bgp_route_frr.py | ||
| bgp_route_huawei.py | ||
| bgp_route_ip_enrichment.py | ||
| bgp_route_juniper.py | ||
| bgp_routestr_huawei.py | ||
| bgp_routestr_mikrotik.py | ||
| bgptools_traceroute_enrichment.py | ||
| mikrotik_garbage_output.py | ||
| mikrotik_normalize_input.py | ||
| remove_command.py | ||
| trace_route_arista.py | ||
| trace_route_frr.py | ||
| trace_route_huawei.py | ||
| trace_route_juniper.py | ||
| trace_route_mikrotik.py | ||
| traceroute_ip_enrichment.py | ||