mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-20 06:48:28 +00:00
- 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/ |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| compat | ||
| configuration | ||
| defaults | ||
| exceptions | ||
| execution | ||
| external | ||
| frontend | ||
| images | ||
| models | ||
| plugins | ||
| state | ||
| ui | ||
| util | ||
| .gitignore | ||
| __init__.py | ||
| console.py | ||
| constants.py | ||
| log.py | ||
| main.py | ||
| settings.py | ||
| types.py | ||