mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-24 11:18:13 +00:00
In case a route is not present in the RIB, FRR returns an empty JSON
object:
```
$ vtysh -c "show bgp ipv4 unicast 1.2.3.4 json"
{}
```
Skip these empty objects to prevent the parser from failing.
Signed-off-by: Tan Siewert <tan@siewert.io>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bgp_community.py | ||
| bgp_route_arista.py | ||
| bgp_route_frr.py | ||
| bgp_route_huawei.py | ||
| bgp_route_juniper.py | ||
| mikrotik_garbage_output.py | ||
| remove_command.py | ||