mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
15 lines
215 B
YAML
15 lines
215 B
YAML
|
name: routes
|
||
|
examples: >-
|
||
|
Identify static routes
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT destination, interface, type FROM routes WHERE type='static';
|
||
|
|
||
|
```
|
||
|
columns:
|
||
|
- name: hopcount
|
||
|
platforms:
|
||
|
- linux
|
||
|
- darwin
|