diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-09 10:21:24 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-09 10:21:24 +0000 |
| commit | 2ccdd4b39d14051693cef8f12595a6902641f008 (patch) | |
| tree | f5b470104d44a5b13e6144c3f88dcbbc91ab01a0 /usr.bin/netstat | |
| parent | 1bf6738f8002c49ff469f7c42a9de11833cd501b (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 40a074ba19ca..03dceab993cf 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -484,6 +484,9 @@ main(int argc, char *argv[]) if (rflag) { xo_open_container("statistics"); if (sflag) { + if (live) { + kresolve_list(nl); + } rt_stats(); } else routepr(fib, af); |
