1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

add netstat -r support for linux

This commit is contained in:
Kelly Brazil
2020-05-22 12:00:26 -07:00
parent 5d0dbece93
commit ec2cd2d708
9 changed files with 70 additions and 11 deletions
+7 -4
View File
@@ -374,16 +374,19 @@ Returns:
"sndbuf": integer,
"rxbytes": integer,
"txbytes": integer,
"destination": string,
"gateway": string,
"route_flags": string,
"route_refs": integer,
"use": integer,
"mtu": integer,
"netif": string,
"expire": string
"expire": string,
"genmask": string,
"mss": integer,
"window": integer,
"irtt": integer,
"iface": string,
"metric": integer
}
]