Add the '-c cpu' option to arp, netstat, and route, to allow the route
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 19 Jan 2006 22:19:31 +0000 (22:19 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 19 Jan 2006 22:19:31 +0000 (22:19 +0000)
commitb06a5e2a7294b5032d3d621eb676534a7acf7d93
treea39fb65fff42aa2c03f33c974edb7842f4db56de
parentbe7fdc210cff5bb7cb8b29f8f573b8bf445934f1
Add the '-c cpu' option to arp, netstat, and route, to allow the route
table for a specific cpu to be dumped.  Route tables are supposed to be
replicated and mostly identical.  Only cloned routes might not be replicated.
sbin/route/extern.h
sbin/route/route.8
sbin/route/route.c
sbin/route/show.c
usr.bin/netstat/main.c
usr.bin/netstat/netstat.1
usr.bin/netstat/netstat.h
usr.bin/netstat/route.c
usr.sbin/arp/arp.8
usr.sbin/arp/arp.c