1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-19 17:38:05 +00:00
thatmattlove-hyperglass/hyperglass/plugins/_builtin
Wilhelm Schonfeldt 5ace4fdf97 fix(plugins): improve type checking for structured output
- Split type checking into two separate conditions for clarity
- Add early return when output contains non-string objects
- Ensure structured output like MikrotikBGPRouteTable passes through unchanged
- Prevent AttributeError on .strip() for tuple containing structured data

Resolves remaining crashes when processing already-structured BGP route data.
2025-09-26 12:45:10 +02:00
..
__init__.py Update __init__.py 2025-09-13 00:15:15 -03: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_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
mikrotik_garbage_output.py fix(plugins): improve type checking for structured output 2025-09-26 12:45:10 +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