Bug 200268 - Show routes with netstat -rn
Summary: Show routes with netstat -rn
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.1-RELEASE
Hardware: Any Any
: --- Affects Many People
Assignee: Gleb Smirnoff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-17 14:07 UTC by Felipe N. Oliva
Modified: 2019-01-09 05:40 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felipe N. Oliva 2015-05-17 14:07:50 UTC
Output netstat -rn on FreeBSD 9.3-RELEASE-p9:

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire

Output netstat -rn on last FreeBSD Release:

Routing tables

Internet:
Destination        Gateway            Flags      Netif Expire

Output netstat -rnW:

Routing tables

Internet:
Destination        Gateway            Flags       Use    Mtu      Netif Expire

Columns "Refs" and "Use" doesn't appears anymore.
With parameter -W, netstat -rnW the "Use" column is back, but -W is for "Mtu".
The column "Use" was removed in the r259562 and added back in the r262763.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2018-05-28 19:49:33 UTC
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.
Comment 2 Gleb Smirnoff freebsd_committer freebsd_triage 2019-01-09 05:40:00 UTC
With the new routing table there is nothing in kernel that would represent "Refs".