1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +00:00
thatmattlove-hyperglass/hyperglass/models/parsing
Wilhelm Schonfeldt d025630b83 Fix: Make Huawei BGP parser conform to MikroTik approach
- Remove custom __init__ from HuaweiBGPRouteTable class
- Use standard BGPRouteTable inheritance like MikroTik does
- Add BGPRoute import and instantiate BGPRoute objects in bgp_table()
- Enable proper Pydantic validation for both table and routes
- Ensure consistent behavior across all BGP parsers
- Update .gitignore to exclude dev-build.sh and dev-docker/
2025-09-26 16:37: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 Fix: Make Huawei BGP parser conform to MikroTik approach 2025-09-26 16:37:51 +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