1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

update docs

This commit is contained in:
Kelly Brazil
2020-05-30 20:33:00 -07:00
parent bed694fcf5
commit aa31628970
5 changed files with 70 additions and 63 deletions

View File

@ -176,7 +176,11 @@ Examples:
"window": 0,
"irtt": 0,
"iface": "ens33",
"kind": "route"
"kind": "route",
"route_flags_pretty": [
"UP",
"GATEWAY"
]
},
{
"destination": "172.17.0.0",
@ -187,7 +191,10 @@ Examples:
"window": 0,
"irtt": 0,
"iface": "docker0",
"kind": "route"
"kind": "route",
"route_flags_pretty": [
"UP"
]
},
{
"destination": "192.168.71.0",
@ -198,7 +205,10 @@ Examples:
"window": 0,
"irtt": 0,
"iface": "ens33",
"kind": "route"
"kind": "route",
"route_flags_pretty": [
"UP"
]
}
]