Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information