1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-19 09:28:06 +00:00
thatmattlove-hyperglass/hyperglass/models
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
..
api format and lint 2025-06-14 21:44:20 -04:00
config fix: Improve error message for community name validation and clean up test formatting 2025-09-26 11:49:27 +02:00
data feat: Add BGP community friendly names and enhance RPKI configuration 2025-09-26 11:32:29 +02:00
parsing fix: Improve handling of missing data fields in MikroTik BGP parser 2025-09-26 11:55:51 +02:00
tests Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
__init__.py Improve MultiModel API 2021-09-18 09:51:47 -07:00
directive.py fix issue where pattern rules failed validation 2024-06-16 17:12:54 -04:00
fields.py upgrade major dependencies 2024-03-16 23:17:54 -04:00
main.py fix prepending of HYPERGLASS_APP_PATH to values; closes #253 2024-06-01 15:08:59 -04:00
system.py fix container file handling 2024-05-27 16:08:50 -04:00
ui.py update docs 2024-03-25 00:01:16 -04:00
util.py logging overhaul 2024-04-01 23:42:07 -04:00
webhook.py logging overhaul 2024-04-01 23:42:07 -04:00