How can I display the routing table with netmasks
I would like to see the current routing table of my MBP. The command "netstat -rn" doesn't display the associated netmasks for the IPv4 entries (but does for IPv6). Example (output shortened):
root# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
127 127.0.0.1 UCS 0 0 lo0
192.168.1 link#9 UCS 5 0 en3
Instead of "127" and "192.168.1", I would expect "127.0.0.0/8" and "192.168.1.0/24".
Any idea?
Thanks,
Marc
MacBook Pro (Retina, Mid 2012), OS X Mountain Lion (10.8.5)