1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/hyperglass/models/parsing
Wilhelm Schonfeldt 7a6388bd39 fix: Improve handling of missing data fields in MikroTik BGP parser
- Update MikroTik parser to return -1 for unavailable age data instead of "0"
- Change age property return type from string to int for consistency
- Enhance frontend Age component to display "N/A" when age is -1
- Improve MonoField component to handle empty/undefined values gracefully
- Add appropriate tooltips and styling for missing data indicators

This addresses the issue where MikroTik devices don't provide route age
and source RID information, ensuring the UI displays user-friendly
indicators instead of potentially misleading placeholder values.
2025-09-26 11:55:51 +02:00
..
__init__.py clean up data models [skip ci] 2020-12-13 01:48:35 -07:00
arista_eos.py Removed Union import 2025-05-17 23:34:15 +10:00
frr.py format and lint 2025-06-14 21:44:20 -04:00
huawei.py Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
juniper.py logging overhaul 2024-04-01 23:42:07 -04:00
mikrotik.py fix: Improve handling of missing data fields in MikroTik BGP parser 2025-09-26 11:55:51 +02:00