You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lustre IP route detection if there is no gateway (#567)
* Fix lustre IP route detection if there is no gateway
This handles the following case
```
172.26.0.251 dev ib0 src 172.26.0.196 uid 0
```
in addition to:
```
10.167.128.1 via 10.179.0.2 dev eth0 src 10.179.3.149 uid 1000
```
* Use json output of IP
* Trailing whitespace
* json output is a list
0 commit comments