mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-23 10:48:06 +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>
|
||
|---|---|---|
| .. | ||
| _builtin | ||
| external | ||
| tests | ||
| __init__.py | ||
| _base.py | ||
| _input.py | ||
| _manager.py | ||
| _output.py | ||
| main.py | ||