mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-26 17:58:32 +00:00
- Add BGPRoute import to Juniper, Arista, and FRR parsers - Change all parsers to instantiate BGPRoute objects instead of raw dictionaries - Harmonize variable naming across all BGP parsers: - Use 'route_data' for dictionary variable - Use 'routes' for output list - Use 'route' for loop variable - Ensure consistent validation behavior across MikroTik, Huawei, Juniper, Arista, and FRR - All parsers now properly invoke BGP table class validation |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| arista_eos.py | ||
| frr.py | ||
| huawei.py | ||
| juniper.py | ||
| mikrotik.py | ||